| Package | Description |
|---|---|
| com.holonplatform.auth |
| Modifier and Type | Method and Description |
|---|---|
static AuthenticationToken.AuthenticationTokenResolver<HttpRequest> |
AuthenticationToken.httpBasicResolver()
Build a default
AuthenticationToken.AuthenticationTokenResolver for HTTP BASIC authentication scheme. |
static AuthenticationToken.AuthenticationTokenResolver<HttpRequest> |
AuthenticationToken.httpBearerResolver()
Build a default
AuthenticationToken.AuthenticationTokenResolver for HTTP BEARER authentication scheme. |
| Modifier and Type | Method and Description |
|---|---|
<T extends Message> |
Authenticator.MessageAuthenticator.getResolversForMessageType(Class<T> messageType)
Get available
AuthenticationToken.AuthenticationTokenResolvers for given message type |
| Modifier and Type | Method and Description |
|---|---|
void |
Authenticator.MessageAuthenticator.addAuthenticationTokenResolver(AuthenticationToken.AuthenticationTokenResolver<?> authenticationTokenResolver)
Add an
AuthenticationToken.AuthenticationTokenResolver to translate messages into AuthenticationTokens. |
Realm.Builder |
Realm.Builder.resolver(AuthenticationToken.AuthenticationTokenResolver<?> authenticationTokenResolver)
Add an
AuthenticationToken.AuthenticationTokenResolver to translate Messages into AuthenticationTokens. |
Copyright © 2017 The Holon Platform. All rights reserved.