Package | Description |
---|---|
com.sun.identity.federation.message |
Defines federation protocol message classes.
|
com.sun.identity.federation.services |
Handles
ID-FF federation profiles. |
com.sun.identity.liberty.ws.security |
Provides interface to manage liberty security
|
Modifier and Type | Field and Description |
---|---|
protected AuthnContext |
FSAuthenticationStatement._authnContext
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AuthnContext |
FSAuthenticationStatement.getAuthnContext()
Deprecated.
Returns the Authentication Context in this
authentication statement.
|
Modifier and Type | Method and Description |
---|---|
void |
FSAuthenticationStatement.setAuthnContext(AuthnContext authnContext)
Deprecated.
Sets the Authentication Context object.
|
Constructor and Description |
---|
FSAuthenticationStatement(String authMethod,
Date authInstant,
Subject subject,
AuthnContext authnContext)
Deprecated.
Constructor to create
FSAuthenticationStatement object. |
FSAuthenticationStatement(String authMethod,
Date authInstant,
Subject subject,
SubjectLocality subjectLocality,
List authorityBinding,
AuthnContext authnContext)
Deprecated.
Constructor for create
FSAuthenticationStatement object. |
Constructor and Description |
---|
FSDiscoveryBootStrap(Object ssoToken,
AuthnContext authnContext,
FSSubject sub,
String userID,
String wscID,
String realm)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
protected AuthnContext |
SessionContext._authnContext |
Modifier and Type | Method and Description |
---|---|
AuthnContext |
SessionContext.getAuthnContext()
Returns the
AuthnContext within the
SessionContext object. |
Modifier and Type | Method and Description |
---|---|
boolean |
SessionContext.setAuthnContext(AuthnContext authnContext)
Sets the
AuthnContext in the SessionContext . |
Constructor and Description |
---|
SessionContext(SessionSubject sessionSubject,
AuthnContext authnContext,
String providerID)
Constructs a
SessionContext object from a
SessionSubject object, a AuthnContext
object and a String . |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.