| Package | Description | 
|---|---|
| weblogic.security.services | Provides the server-side authentication class, which is used to perform a local login to the server. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| AppChallengeContext | Authentication. assertChallengeIdentity(java.lang.String tokenType,
                       java.lang.Object token,
                       AppContext appContext) | Use the supplied client token to establish client identity | 
| Modifier and Type | Method | Description | 
|---|---|---|
| void | Authentication. continueChallengeIdentity(AppChallengeContext context,
                         java.lang.String tokenType,
                         java.lang.Object token,
                         AppContext appContext) | Use the supplied context, client token to continue establishing client identity |