Searched refs:_authorityBinding (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.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...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSAuthenticationStatement.java259 if (_authorityBinding == null) {
260 _authorityBinding = new ArrayList();
262 if ((_authorityBinding.add(new AuthorityBinding(
464 if ((_authorityBinding != null) && (!_authorityBinding.isEmpty())) {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSAuthenticationStatement.java259 if (_authorityBinding == null) {
260 _authorityBinding = new ArrayList();
262 if ((_authorityBinding.add(new AuthorityBinding(
464 if ((_authorityBinding != null) && (!_authorityBinding.isEmpty())) {

Completed in 32 milliseconds