Searched refs:_subjectLocality (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DAuthenticationStatement.java64 protected SubjectLocality _subjectLocality = null ; field in class:AuthenticationStatement
171 if (_subjectLocality != null) {
181 _subjectLocality =
282 _subjectLocality = subjectLocality;
300 return _subjectLocality ;
319 _subjectLocality = subjectlocality ;
468 if (_subjectLocality != null) {
469 result.append(_subjectLocality.toString(includeNS, false));
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DAuthenticationStatement.java64 protected SubjectLocality _subjectLocality = null ; field in class:AuthenticationStatement
171 if (_subjectLocality != null) {
181 _subjectLocality =
282 _subjectLocality = subjectLocality;
300 return _subjectLocality ;
319 _subjectLocality = subjectlocality ;
468 if (_subjectLocality != null) {
469 result.append(_subjectLocality.toString(includeNS, false));
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSAuthenticationStatement.java230 if (_subjectLocality != null) {
239 _subjectLocality =
460 if (_subjectLocality != null) {
461 result.append(_subjectLocality.toString(includeNS, false));
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSAuthenticationStatement.java230 if (_subjectLocality != null) {
239 _subjectLocality =
460 if (_subjectLocality != null) {
461 result.append(_subjectLocality.toString(includeNS, false));

Completed in 32 milliseconds