public static interface StpProvider.NotifyAuthenticatedOption
Modifier and Type | Method and Description |
---|---|
void |
notifyAuthenticated(StpProvider.Domain domain,
String realm,
StpProvider provider,
ProviderFactory.Callback.Authentication authentication)
Notifies the Callback object that an authentication object that it
previously returned has been found to be valid for the specified
domain, realm, and provider.
|
void notifyAuthenticated(StpProvider.Domain domain, String realm, StpProvider provider, ProviderFactory.Callback.Authentication authentication)
domain
- The Domain that had requested credentials.realm
- an identifier for the authentication realm that had
requested credentials.provider
- The StpProvider instance that had requested
authentication.authentication
- The credentials that were returned by the
Callback and were accepted by the provider for the given
domain and realm.Copyright © IBM 2018. All rights reserved.