com.sun.n1.sps.model.user
Interface LoginConfiguration


public interface LoginConfiguration

Instances of this class represent a Java Authentication and Authorization Service (JAAS) LoginConfiguration that is available for authenticating users.

See Also:
javax.security.auth.login.Configuration

Method Summary
 java.lang.String getName()
          The name of the login configuration
 boolean includesInternal()
          Returns true if the login configuration includes internal authentication LoginModule.
 

Method Detail

getName

java.lang.String getName()
The name of the login configuration

Returns:
The login configuration name.

includesInternal

boolean includesInternal()
Returns true if the login configuration includes internal authentication LoginModule.

Returns:
whether the login configuration includes internal authentication.