Package | Description |
---|---|
com.sun.identity.federation.message |
Defines federation protocol message classes.
|
com.sun.identity.federation.services.fednsso |
Handles
ID-FF federation and single sign on. |
com.sun.identity.liberty.ws.security |
Provides interface to manage liberty security
|
com.sun.identity.saml.assertion |
Defines SAML assertion.
|
com.sun.identity.saml.common |
Defines common SAML 1.x utilities and constants.
|
com.sun.identity.saml.plugins |
SAML 1.x Plugins.
|
com.sun.identity.saml.protocol |
SAML 1.x Protocol Classes.
|
Modifier and Type | Class and Description |
---|---|
class |
FSSubject
Deprecated.
since 12.0.0
|
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. |
Modifier and Type | Method and Description |
---|---|
protected Subject |
FSAssertionArtifactHandler.validateAssertions(List assertions) |
Modifier and Type | Class and Description |
---|---|
class |
ProxySubject
The
ProxySubject class represents the identity of a proxy,
the confirmation key and confirmation obligation the proxy must posess and
demonstrate for authentication purpose. |
class |
SessionSubject
The
SessionSubject class represents a liberty subject
with associated session status. |
Modifier and Type | Method and Description |
---|---|
Subject |
SecurityAssertion.getBearerSubject()
Determines if the
SecurityAssertion contains SAML Bearer
confirmation method. |
Constructor and Description |
---|
ResourceAccessStatement(EncryptedResourceID encryptedResourceID,
ProxySubject proxySubject,
SessionContext sessionContext,
Subject subject)
Constructs a
ResourceAccessStatement object from a
EncryptedResourceID object, ProxySubject
object, a SessionContext object and a Subject . |
ResourceAccessStatement(ResourceID resourceID,
ProxySubject proxySubject,
SessionContext sessionContext,
Subject subject)
Constructs a
ResourceAccessStatement object from a
ResourceID object, ProxySubject object, a
SessionContext object and a Subject . |
ResourceAccessStatement(String resourceID,
ProxySubject proxySubject,
SessionContext sessionContext,
Subject subject)
Constructs a
ResourceAccessStatement object from a
String object, ProxySubject object, a
SessionContext object and a Subject . |
ResourceAccessStatement(String resourceID,
ProxySubject proxySubject,
Subject subject)
Constructs a
ResourceAccessStatement object from a
String object, ProxySubject object and
a Subject . |
ResourceAccessStatement(String resourceID,
Subject subject)
Constructs a
ResourceAccessStatement object from a
String object and a Subject . |
SessionContextStatement(SessionContext sessionContext,
ProxySubject proxySubject,
Subject subject)
Constructs a
SessionContextStatement object from a
SessionContext object, a proxySubject and
a Subject object. |
SessionContextStatement(SessionContext sessionContext,
Subject subject)
Constructs a
SessionContextStatement object from a
SessionContext object and a Subject object. |
Modifier and Type | Field and Description |
---|---|
protected Subject |
SubjectStatement._subject |
Modifier and Type | Method and Description |
---|---|
protected Subject |
AuthorizationDecisionStatement.createSubject(Element subjectElement) |
protected Subject |
AuthenticationStatement.createSubject(Element subjectElement) |
protected abstract Subject |
AuthorizationDecisionStatementBase.createSubject(Element subjectElement)
Creates appropriate Subject Instance
|
protected Subject |
AttributeStatement.createSubject(Element subjectElement) |
Subject |
SubjectStatement.getSubject()
Returns the Subject within the
SubjectStatement . |
Modifier and Type | Method and Description |
---|---|
boolean |
Subject.equals(Subject subject)
Checks for equality between this object and the Subject
passed down as parameter.
|
boolean |
SubjectStatement.setSubject(Subject subject)
Set the Subject for the
SubjectStatement . |
Constructor and Description |
---|
AttributeStatement(Subject subject,
List attribute)
Constructs an instance of
AttributeStatement . |
AuthenticationStatement(String authMethod,
Date authInstant,
Subject subject)
Constructs
Authentication statement |
AuthenticationStatement(String authMethod,
Date authInstant,
Subject subject,
SubjectLocality subjectLocality,
List authorityBinding)
Constructs
AuthenticationStatement |
AuthorizationDecisionStatement(Subject subject,
String resource,
int decision,
List action)
Constructs a
AuthorizationDecisionStatement instance. |
AuthorizationDecisionStatement(Subject subject,
String resource,
int decision,
List action,
EvidenceBase evidence)
Constructs an instance of
AuthorizationDecisionStatement . |
AuthorizationDecisionStatementBase(Subject subject,
String resource,
int decision,
List action)
Constructs a
AuthorizationDecisionStatement instance. |
AuthorizationDecisionStatementBase(Subject subject,
String resource,
int decision,
List action,
EvidenceBase evidence)
Constructs an instance of
AuthorizationDecisionStatement . |
Modifier and Type | Method and Description |
---|---|
static Subject |
SAMLUtils.examAssertions(List assertions)
Determines if there is a valid SSO Assertion
inside of SAML Response.
|
Modifier and Type | Method and Description |
---|---|
static void |
SAMLUtils.addEnvParamsFromAssertion(Map envParameters,
Assertion assertion,
Subject subject)
Returns attributes included in
AttributeStatement of the
assertion. |
static Map |
SAMLUtils.getAttributeMap(SAMLServiceManager.SOAPEntry partnerdest,
List assertions,
Subject subject,
String target)
Gets Attribute Map to be set in the Session.
|
Modifier and Type | Method and Description |
---|---|
protected void |
NameIDPartnerAccountMapper.getUser(Subject subject,
String sourceID,
Map map) |
protected void |
DefaultPartnerAccountMapper.getUser(Subject subject,
String sourceID,
Map<String,String> map) |
Modifier and Type | Field and Description |
---|---|
protected Subject |
SubjectQuery.subject |
Modifier and Type | Method and Description |
---|---|
Subject |
SubjectQuery.getSubject()
Gets the Subject associated with this Query.
|
Constructor and Description |
---|
AttributeQuery(Subject theSubject)
Constructor to construct an
AttributeQuery with 0
AttributeDesignator , and no Resource attribute. |
AttributeQuery(Subject theSubject,
List designators)
Constructor to construct an
AttributeQuery with a list of
AttributeDesignators . |
AttributeQuery(Subject theSubject,
List designators,
String theResource)
Constructor.
|
AuthenticationQuery(Subject subject)
Constructor.
|
AuthenticationQuery(Subject subject,
String authMethod)
Constructor.
|
AuthorizationDecisionQuery(Subject theSubject,
List theActions,
Evidence theEvidence,
String theResource)
Constructor
|
AuthorizationDecisionQuery(Subject theSubject,
List theActions,
String theResource)
Constructor
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.