Interface ClaimsAccessor.ClaimsBuilder<B extends ClaimsAccessor.ClaimsBuilder<B>>

Type Parameters:
B - The builder to return in order to be able to apply multiple build operations.
All Known Subinterfaces:
DependencyBuilder<T>
All Known Implementing Classes:
DependencyBuilderImpl
Enclosing interface:
ClaimsAccessor

public static interface ClaimsAccessor.ClaimsBuilder<B extends ClaimsAccessor.ClaimsBuilder<B>>
Provides a builder method for a Claim instances property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    withClaims(Claim... aClaims)
    Sets the Claim instances for the Claim instances property.
  • Method Details

    • withClaims

      B withClaims(Claim... aClaims)
      Sets the Claim instances for the Claim instances property.
      Parameters:
      aClaims - The Claim instances to be stored by the Claim instances property.
      Returns:
      The builder for applying multiple build operations.