com.sap.security.api.logon
Interface IAuthScheme


public interface IAuthScheme

Interface that represents the authentication scheme object.


See Also:
ILogonFrontend

Method Summary
 java.lang.String getAuthenticationTemplate()
           
 ILogonFrontend getLogonFrontend()
          Gets the logon frontend information that comes with this authscheme
 javax.security.auth.login.AppConfigurationEntry[] getModules()
          Deprecated. Use getAuthenticationTemplate instead to get the name of the authentication template which contains the login modules that are processed for logon.
 java.lang.String getName()
          Gets the name of the authscheme.
 int getPriority()
          Gets the priority of an authscheme.
 

Method Detail

getName

public java.lang.String getName()
Gets the name of the authscheme.
Returns:
name of the authentication scheme

getPriority

public int getPriority()
Gets the priority of an authscheme. Allowed are all numerical values. It is recommended that the default authentication scheme has priority 0.
Returns:
priority of the authentication scheme.

getModules

public javax.security.auth.login.AppConfigurationEntry[] getModules()
Deprecated. Use getAuthenticationTemplate instead to get the name of the authentication template which contains the login modules that are processed for logon.

Gets the authentication modules in the order of their priority.
Returns:
array of authentication module entries.

getAuthenticationTemplate

public java.lang.String getAuthenticationTemplate()
Returns:
returns the authentication template that corresponds to this authscheme.

getLogonFrontend

public ILogonFrontend getLogonFrontend()
Gets the logon frontend information that comes with this authscheme
Returns:
a reference to a ILogonFrontend object


Copyright © 2002 SAP AG All Rights Reserved.