Interface SecurityTokenCriteria

All Known Implementing Classes:
BasicCoreCriteria, BasicLocationRequestCriteria, BasicUserEventFilter, BasicUserMetadataFilter

public interface SecurityTokenCriteria
Search criteria for security token related data.
Since:
2.8
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the first token ID.
    Get an array of token IDs.
    default boolean
    Test if this filter has any token criteria.
  • Method Details

    • getTokenId

      String getTokenId()
      Get the first token ID.

      This returns the first available token ID from the getTokenIds() array, or null if not available.

      Returns:
      the first token ID, or null if not available
    • getTokenIds

      String[] getTokenIds()
      Get an array of token IDs.
      Returns:
      array of token IDs (may be null)
    • hasTokenCriteria

      default boolean hasTokenCriteria()
      Test if this filter has any token criteria.
      Returns:
      true if the token ID is non-null