{ } }
Tree PREV CLASS NEXT CLASS FRAMES NO FRAMES SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD 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)
Return a value for a given paramenterjava.util.Iterator getInitParams()
Return all names of defined init parametersjava.lang.String getName()
Returns the name of an AuthLevelint 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)
- Return 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()
- Return all names of defined init parameters
- Returns:
- Iterator String objects representing the name of a param value
Tree PREV CLASS NEXT CLASS FRAMES NO FRAMES SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD