Class AuthDataProvider
- java.lang.Object
- 
- com.ibm.websphere.security.auth.data.AuthDataProvider
 
- 
 public class AuthDataProvider extends java.lang.Object
- 
- 
Constructor SummaryConstructors Constructor Description AuthDataProvider()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static AuthDatagetAuthData(java.lang.String authDataAlias)Gets the auth data for the specified auth data alias.
 
- 
- 
- 
Method Detail- 
getAuthDatapublic static AuthData getAuthData(java.lang.String authDataAlias) throws javax.security.auth.login.LoginException Gets the auth data for the specified auth data alias.- Parameters:
- authDataAlias- the auth data alias representing the auth data entry in the configuration.
- Returns:
- the auth data.
- Throws:
- javax.security.auth.login.LoginException
 
 
- 
 
-