Uses of Interface
co.ankatech.ankasecure.sdk.auth.AuthSettings
Packages that use AuthSettings
-
Uses of AuthSettings in co.ankatech.ankasecure.sdk
Methods in co.ankatech.ankasecure.sdk with parameters of type AuthSettingsModifier and TypeMethodDescriptionAnkaSecureSdk.authenticate(AuthSettings settings) Authenticates using a caller-supplied configuration view. -
Uses of AuthSettings in co.ankatech.ankasecure.sdk.auth
Methods in co.ankatech.ankasecure.sdk.auth that return AuthSettingsModifier and TypeMethodDescriptionAuthSettings.Builder.build()static AuthSettingsAuthSettings.of(Properties properties) Settings backed by a properties object with the process environment as fallback.Methods in co.ankatech.ankasecure.sdk.auth with parameters of type AuthSettingsModifier and TypeMethodDescriptionstatic List<TokenSourceChain.Link>TokenSourceChain.configuredLinks(AuthSettings settings) Reports which links the given settings configure, in chain order, without building anything.static TokenSourceTokenSourceChain.resolve(co.ankatech.ankasecure.openapi.client.AnkaSecureOpenApiClient client, AuthSettings settings) Builds the token source the configuration calls for.static Optional<TokenSourceChain.Link>TokenSourceChain.selected(AuthSettings settings) The link that would answer, applying the order and the ambiguity rule.