public class FSIDPAuthenticationContextInfo extends Object implements Serializable
Constructor and Description |
---|
FSIDPAuthenticationContextInfo()
Default constructor.
|
FSIDPAuthenticationContextInfo(String infoString)
Constructs a new object.
|
FSIDPAuthenticationContextInfo(String authenticationContext,
String moduleIndicatorKey,
String moduleIndicatorValue,
int level)
Creates new
FSIDPAuthenticationContextInfo instance. |
FSIDPAuthenticationContextInfo(String authenticationContext,
String moduleIndicatorKey,
String moduleIndicatorValue,
String level)
Creates new
FSIDPAuthenticationContextInfo instance. |
Modifier and Type | Method and Description |
---|---|
String |
getAuthenticationContext()
Returns authentication context.
|
int |
getLevel()
Returns level.
|
String |
getModuleIndicatorKey()
Returns module indicator key.
|
String |
getModuleIndicatorValue()
Returns module indicator.
|
void |
setAuthenticationContext(String authenticationContext)
Sets authentication context.
|
void |
setLevel(int level)
Sets level.
|
void |
setLevel(String level)
Sets level.
|
void |
setModuleIndicatorKey(String moduleIndicatorKey)
Sets module indicator key.
|
void |
setModuleIndicatorValue(String moduleIndicatorValue)
Sets module indicator value.
|
public FSIDPAuthenticationContextInfo()
public FSIDPAuthenticationContextInfo(String infoString) throws FSException
infoString
- a string that contains one idp authentication context
mappingFSException
public FSIDPAuthenticationContextInfo(String authenticationContext, String moduleIndicatorKey, String moduleIndicatorValue, int level) throws FSException
FSIDPAuthenticationContextInfo
instance.authenticationContext
- Authentication Context.moduleIndicatorKey
- module indicator key.moduleIndicatorValue
- module indicator value.level
- Level of the auth moduleFSException
- if authenticationContext
is blank.public FSIDPAuthenticationContextInfo(String authenticationContext, String moduleIndicatorKey, String moduleIndicatorValue, String level) throws FSException
FSIDPAuthenticationContextInfo
instance.authenticationContext
- Authentication Context.moduleIndicatorKey
- module indicator key.moduleIndicatorValue
- module indicator value.level
- LevelFSException
- if authenticationContext
is blank,
or cannot obtain an int from level
.public String getAuthenticationContext()
public void setAuthenticationContext(String authenticationContext) throws FSException
authenticationContext
- authentication context.FSException
- if
authenticationContext
is blank.public int getLevel()
public void setLevel(String level) throws FSException
level
- Strength level.FSException
- if level
is not
an integer.public void setLevel(int level)
level
- level of the auth module.public String getModuleIndicatorKey()
public void setModuleIndicatorKey(String moduleIndicatorKey)
moduleIndicatorKey
- module indicator key.public String getModuleIndicatorValue()
public void setModuleIndicatorValue(String moduleIndicatorValue)
moduleIndicatorValue
- module indicator.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.