| Modifier and Type | Method and Description |
|---|---|
static <T> AuthenticationTokenContext.Builder<T> |
AuthenticationTokenContext.builder(Class<T> tokenClass)
Creates a
AuthenticationTokenContext.Builder for contexts of the specified token type. |
AuthenticationTokenContext.Builder<T> |
AuthenticationTokenContext.Builder.with(Object purpose)
Specifies the supplied purpose (with value
Boolean.TRUE). |
AuthenticationTokenContext.Builder<T> |
AuthenticationTokenContext.Builder.with(Object purpose,
Object value)
Specifies the supplied purpose with the specified value.
|
Copyright © 2016. All rights reserved.