Class AuthDataProvider
- java.lang.Object
-
- com.ibm.websphere.security.auth.data.AuthDataProvider
-
public class AuthDataProvider extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AuthDataProvider()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AuthData
getAuthData(java.lang.String authDataAlias)
Gets the auth data for the specified auth data alias.
-
-
-
Method Detail
-
getAuthData
public 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
-
-