javax.wvcm
Interface ProviderFactory.Callback
- All Known Subinterfaces:
- ProviderFactory.TokenCallback
- Enclosing class:
- ProviderFactory
public static interface ProviderFactory.Callback
Provides callback functions that can be invoked by a provider.
getAuthentication
ProviderFactory.Callback.Authentication getAuthentication(java.lang.String realm,
java.lang.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.
Copyright (c) 2003 - Apache Software Foundation