Package | Description |
---|---|
weblogic.security.providers.authentication |
Provides the UsernameMapperInterface, which is used to perform certificate-based and distinguished name
user authentication.
|
weblogic.security.service |
Deprecated 9.0.0.0. Includes interfaces, classes, and exceptions
that support security providers.
|
weblogic.security.spi |
This package includes interfaces, classes, and exceptions you use to develop security providers.
|
Modifier and Type | Method and Description |
---|---|
javax.security.auth.callback.CallbackHandler |
DefaultIdentityAsserterProviderImpl.assertIdentity(java.lang.String tokenType,
java.lang.Object token)
Assert identity based on token identity information
|
private javax.security.auth.callback.CallbackHandler |
DefaultIdentityAsserterProviderImpl.auAssert(java.lang.Object token)
Handle identity assertion for AuthenticatedUser
|
private java.sql.Connection |
DefaultIdentityAsserterProviderImpl.getConnection() |
private void |
DefaultIdentityAsserterProviderImpl.initializeDataSource(java.sql.Connection conn)
Initialize the data source and prepare all the statements
|
private javax.security.auth.callback.CallbackHandler |
DefaultIdentityAsserterProviderImpl.jwtAssert(java.lang.Object token) |
private void |
DefaultIdentityAsserterProviderImpl.performReplayDetection(WSUserPasswordDigest token,
long now)
Perform replay detection.
|
private javax.security.auth.callback.CallbackHandler |
DefaultIdentityAsserterProviderImpl.wsDigestAssert(java.lang.Object token)
Handle identity assertion for WS Digest
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
PrincipalAuthenticator.getChallengeToken(java.lang.String tokenType)
If the security provider's identity assertion mapped types includes the type requested and
the provider's identity asserter implements the ChallengeIdentityAsserterV2 interface this method
returns the identity challenge token associated with the specified token type name.
|
java.lang.Object |
PrincipalAuthenticator.getChallengeToken(java.lang.String tokenType,
ContextHandler handler)
If the security provider's identity assertion mapped types includes the type requested and
the provider's identity asserter implements the ChallengeIdentityAsserterV2 interface this method
returns the identity challenge token associated with the specified token type name.
|
Modifier and Type | Method and Description |
---|---|
ProviderChallengeContext |
ChallengeIdentityAsserterV2.assertChallengeIdentity(java.lang.String tokenType,
java.lang.Object token,
ContextHandler handler)
Use the supplied client token to establish client identity, possibly with multiple challenges.
|
javax.security.auth.callback.CallbackHandler |
IdentityAsserter.assertIdentity(java.lang.String type,
java.lang.Object token)
Asserts an identity based on token identity information.
|
javax.security.auth.callback.CallbackHandler |
IdentityAsserterV2.assertIdentity(java.lang.String type,
java.lang.Object token,
ContextHandler handler)
Asserts an identity based on token identity information.
|
void |
ChallengeIdentityAsserterV2.continueChallengeIdentity(ProviderChallengeContext context,
java.lang.String tokenType,
java.lang.Object token,
ContextHandler handler)
Use the supplied provider context and client token to continue establishing client identity
|