Interface ClaimsAccessor

All Known Subinterfaces:
ClaimsAccessor.ClaimsProperty, Dependency<T>, DependencyBuilder<T>
All Known Implementing Classes:
DependencyBuilderImpl, DependencyException.DependencyClaimException, DependencyImpl, DuplicateClaimException

public interface ClaimsAccessor
Provides an accessor for a Claim instances property.
  • Method Details

    • getClaims

      Claim[] getClaims()
      Retrieves the Claim instances from the Claim instances property.
      Returns:
      The Claim instances stored by the Claim instances property.