com.ibm.websphere.security.auth.data

Class AuthDataProvider

  • java.lang.Object
    • com.ibm.websphere.security.auth.data.AuthDataProvider


  • public class AuthDataProvider
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor and Description
      AuthDataProvider() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static AuthData getAuthData(java.lang.String authDataAlias)
      Gets the auth data for the specified auth data alias.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AuthDataProvider

        public AuthDataProvider()
    • 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