| Modifier and Type | Class and Description |
|---|---|
class |
FqnGrantedAuthorityFactory
A
GrantedAuthorityFactory that uses the WindowsAccount's fqn as the basis of the
GrantedAuthority string, and (optionally) applies two transformations:
prepending a prefix, and
converting to uppercase
. |
| Modifier and Type | Field and Description |
|---|---|
static GrantedAuthorityFactory |
WindowsAuthenticationToken.DEFAULT_GRANTED_AUTHORITY_FACTORY
The
GrantedAuthorityFactory that is used by default if a custom one is not specified. |
| Modifier and Type | Method and Description |
|---|---|
GrantedAuthorityFactory |
NegotiateSecurityFilter.getGrantedAuthorityFactory()
Gets the granted authority factory.
|
GrantedAuthorityFactory |
WindowsAuthenticationProvider.getGrantedAuthorityFactory()
Gets the granted authority factory.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NegotiateSecurityFilter.setGrantedAuthorityFactory(GrantedAuthorityFactory value)
Sets the granted authority factory.
|
void |
WindowsAuthenticationProvider.setGrantedAuthorityFactory(GrantedAuthorityFactory value)
Sets the granted authority factory.
|
| Constructor and Description |
|---|
WindowsAuthenticationToken(WindowsPrincipal identity,
GrantedAuthorityFactory grantedAuthorityFactory,
org.springframework.security.core.GrantedAuthority defaultGrantedAuthority)
Instantiates a new windows authentication token.
|
Copyright © 2010–2020 com.github.waffle. All rights reserved.