Searched defs:subjectLocality (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DAuthenticationStatement.java260 * @param subjectLocality (optional) A <code>SubjectLocality</code> object.
266 Subject subject, SubjectLocality subjectLocality,
282 _subjectLocality = subjectLocality;
265 AuthenticationStatement(String authMethod, Date authInstant, Subject subject, SubjectLocality subjectLocality, List authorityBinding) argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/
H A DAuthnStatementImpl.java85 private SubjectLocality subjectLocality = null; field in class:AuthnStatementImpl
171 if (subjectLocality != null) {
189 subjectLocality = AssertionFactory.getInstance().
310 return subjectLocality;
327 subjectLocality = value;
389 if (subjectLocality != null) {
390 subjectLocality.makeImmutable();
458 if (subjectLocality != null) {
459 result.append(subjectLocality.toXMLString(includeNS, declareNS));
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSAuthenticationStatement.java110 * @param subjectLocality the <code>SubjectLocality</code> in the statement.
121 SubjectLocality subjectLocality,
128 subjectLocality,
117 FSAuthenticationStatement( String authMethod, Date authInstant, Subject subject, SubjectLocality subjectLocality, List authorityBinding, AuthnContext authnContext ) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSAuthenticationStatement.java110 * @param subjectLocality the <code>SubjectLocality</code> in the statement.
121 SubjectLocality subjectLocality,
128 subjectLocality,
117 FSAuthenticationStatement( String authMethod, Date authInstant, Subject subject, SubjectLocality subjectLocality, List authorityBinding, AuthnContext authnContext ) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DAuthenticationStatement.java260 * @param subjectLocality (optional) A <code>SubjectLocality</code> object.
266 Subject subject, SubjectLocality subjectLocality,
282 _subjectLocality = subjectLocality;
265 AuthenticationStatement(String authMethod, Date authInstant, Subject subject, SubjectLocality subjectLocality, List authorityBinding) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/
H A DAuthnStatementImpl.java85 private SubjectLocality subjectLocality = null; field in class:AuthnStatementImpl
171 if (subjectLocality != null) {
189 subjectLocality = AssertionFactory.getInstance().
310 return subjectLocality;
327 subjectLocality = value;
389 if (subjectLocality != null) {
390 subjectLocality.makeImmutable();
458 if (subjectLocality != null) {
459 result.append(subjectLocality.toXMLString(includeNS, declareNS));

Completed in 36 milliseconds