com.ibm.portal.auth.stepup
Interface AuthLevelConfig

All Superinterfaces:
Identifiable, Localized

public interface AuthLevelConfig
extends Localized, Identifiable

Provides a view to the Config settings of an AuthLevelVerifier

Since:
6.1

Method Summary
 java.lang.String getInitParam(java.lang.String paramName)
          Returns a value for a given paramenter
 java.util.Iterator getInitParams()
          Returns all names of defined init parameters
 java.lang.String getName()
          Returns the name of an AuthLevel
 int getWeight()
          Returns the weight of an AuthLevel.
 
Methods inherited from interface com.ibm.portal.Localized
getDescription, getLocales, getTitle
 
Methods inherited from interface com.ibm.portal.Identifiable
getObjectID
 

Method Detail

getWeight

int getWeight()
Returns the weight of an AuthLevel. A higher weight does mean higher authentication strength

Returns:
int the execution level

getName

java.lang.String getName()
Returns the name of an AuthLevel

Returns:
String the name of an AuthLevel

getInitParam

java.lang.String getInitParam(java.lang.String paramName)
Returns a value for a given paramenter

Parameters:
paramName - the init parameter to ask for
Returns:
String the value of the given parameter does return null if no value is defined

getInitParams

java.util.Iterator getInitParams()
Returns all names of defined init parameters

Returns:
Iterator String objects representing the name of a param value