Searched defs:_authorityBinding (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DAuthenticationStatement.java68 protected List _authorityBinding = null; field in class:AuthenticationStatement
186 if (_authorityBinding == null) {
187 _authorityBinding = new ArrayList();
189 if ((_authorityBinding.add(createAuthorityBinding(
285 if (_authorityBinding == null) {
286 _authorityBinding = new ArrayList();
288 _authorityBinding = authorityBinding;
387 return _authorityBinding;
406 _authorityBinding = authoritybinding;
471 if (_authorityBinding !
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DAuthenticationStatement.java68 protected List _authorityBinding = null; field in class:AuthenticationStatement
186 if (_authorityBinding == null) {
187 _authorityBinding = new ArrayList();
189 if ((_authorityBinding.add(createAuthorityBinding(
285 if (_authorityBinding == null) {
286 _authorityBinding = new ArrayList();
288 _authorityBinding = authorityBinding;
387 return _authorityBinding;
406 _authorityBinding = authoritybinding;
471 if (_authorityBinding !
[all...]

Completed in 31 milliseconds