Package | Description |
---|---|
com.sun.identity.federation.message |
Defines federation protocol message classes.
|
com.sun.identity.saml.assertion |
Defines SAML assertion.
|
Constructor and Description |
---|
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 SubjectLocality |
AuthenticationStatement.createSubjectLocality(Element subjectLocalityElement) |
SubjectLocality |
AuthenticationStatement.getSubjectLocality()
Returns the
SubjectLocality from
AuthenticationStatement |
Modifier and Type | Method and Description |
---|---|
boolean |
AuthenticationStatement.setSubjectLocality(SubjectLocality subjectlocality)
Sets the
SubjectLocality for
AuthenticationStatement . |
Constructor and Description |
---|
AuthenticationStatement(String authMethod,
Date authInstant,
Subject subject,
SubjectLocality subjectLocality,
List authorityBinding)
Constructs
AuthenticationStatement |
Copyright © 2010-2018, ForgeRock All Rights Reserved.