Uses of Enum Class
co.ankatech.ankasecure.sdk.auth.TokenSourceChain.Link
Packages that use TokenSourceChain.Link
-
Uses of TokenSourceChain.Link in co.ankatech.ankasecure.sdk
Methods in co.ankatech.ankasecure.sdk that return types with arguments of type TokenSourceChain.LinkModifier and TypeMethodDescriptionAnkaSecureSdk.configuredCredential()Reports which credentialAnkaSecureSdk.authenticate()would use, without using it. -
Uses of TokenSourceChain.Link in co.ankatech.ankasecure.sdk.auth
Fields in co.ankatech.ankasecure.sdk.auth with type parameters of type TokenSourceChain.LinkModifier and TypeFieldDescriptionstatic final List<TokenSourceChain.Link>TokenSourceChain.ORDERThe chain, in the order it is evaluated.Methods in co.ankatech.ankasecure.sdk.auth that return TokenSourceChain.LinkModifier and TypeMethodDescriptionstatic TokenSourceChain.LinkReturns the enum constant of this class with the specified name.static TokenSourceChain.Link[]TokenSourceChain.Link.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in co.ankatech.ankasecure.sdk.auth that return types with arguments of type TokenSourceChain.LinkModifier and TypeMethodDescriptionstatic List<TokenSourceChain.Link>TokenSourceChain.configuredLinks(AuthSettings settings) Reports which links the given settings configure, in chain order, without building anything.static Optional<TokenSourceChain.Link>TokenSourceChain.selected(AuthSettings settings) The link that would answer, applying the order and the ambiguity rule.