javax.wvcm
Interface ProviderFactory.Callback
- Enclosing interface:
- ProviderFactory
- public static interface ProviderFactory.Callback
Provides callback functions that can be invoked by a provider.
getAuthentication
public ProviderFactory.Callback.Authentication getAuthentication(String realm,
Integer retryCount)
- Return authentication information for the current user.
- Parameters:
realm - The authentication realm for the provider.retryCount - The number of times the provider has previously
attempted to get authentication for this operation.