public class FSSPAuthenticationContextInfo extends Object
FSSPAuthenticationContextInfo
is used to contain the
information about the AuthenticationContext to AuthenticationLevel mappingConstructor and Description |
---|
FSSPAuthenticationContextInfo()
Creates new
FSSPAuthenticationContextInfo object. |
FSSPAuthenticationContextInfo(String mapping)
Constructs a new object.
|
FSSPAuthenticationContextInfo(String authenticationContext,
int authenticationLevel)
Creates new FSSPAuthenticationContextInfo
|
FSSPAuthenticationContextInfo(String authenticationContext,
String authenticationLevel)
Creates new FSSPAuthenticationContextInfo
|
Modifier and Type | Method and Description |
---|---|
String |
getAuthenticationContext()
Returns the authentication context.
|
int |
getAuthenticationLevel()
Returns authentication level.
|
void |
setAuthenticationContext(String authenticaionContext)
Sets authentication context.
|
void |
setAuthenticationLevel(int authenticationLevel)
Sets authentication level.
|
void |
setAuthenticationLevel(String authenticationLevel)
Sets authentication level.
|
public FSSPAuthenticationContextInfo()
FSSPAuthenticationContextInfo
object.public FSSPAuthenticationContextInfo(String mapping) throws FSException
mapping
- a string that contains service provider's authentication
context mapping. It is retrieved from the provider's extended meta.FSException
- if an error occured during the parsingpublic FSSPAuthenticationContextInfo(String authenticationContext, int authenticationLevel) throws FSException
authenticationContext
- the authContext name.authenticationLevel
- the authentication level.FSSPAuthenticationContextInfo
- if
authenticationContext
or
authenticationLevel
is invalid.FSException
public FSSPAuthenticationContextInfo(String authenticationContext, String authenticationLevel) throws FSException
authenticationContext
- the authContext name.authenticationLevel
- the authentication level.FSSPAuthenticationContextInfo
- if
authenticationContext
or
authenticationLevel
is invalid.FSException
public String getAuthenticationContext()
public void setAuthenticationContext(String authenticaionContext) throws FSException
authenticaionContext
- Authentication Context.FSException
- if
authenticaionContext
is blank.public int getAuthenticationLevel()
public void setAuthenticationLevel(int authenticationLevel) throws FSException
authenticationLevel
- Authentication Level.FSException
- if authenticationLevel
is negative.public void setAuthenticationLevel(String authenticationLevel) throws FSException
authenticationLevel
- Authentication Level.FSException
- if authenticationLevel
is negative.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.