| Package | Description |
|---|---|
| com.holonplatform.auth | |
| com.holonplatform.auth.internal | |
| com.holonplatform.spring.security.internal |
| Modifier and Type | Method and Description |
|---|---|
static AuthContext |
AuthContext.create(Realm realm,
AuthContext.AuthenticationHolder authenticationHolder)
Create a default
AuthContext using given realm and a custom AuthContext.AuthenticationHolder to
handle the current Authentication reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAuthenticationHolder
Default
AuthContext.AuthenticationHolder implementation. |
| Constructor and Description |
|---|
DefaultAuthContext(Realm realm,
AuthContext.AuthenticationHolder authenticationHolder)
Constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SpringSecurityAuthenticationHolder
An
AuthContext.AuthenticationHolder using SecurityContextHolder.getContext() as Authentication handler. |
Copyright © 2019 The Holon Platform. All rights reserved.