| Package | Description |
|---|---|
| weblogic.security.spi |
This package includes interfaces, classes, and exceptions you use to develop security providers.
|
| Modifier and Type | Method | 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.
|
| Modifier and Type | Method | Description |
|---|---|---|
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
|