Searched defs:_resource (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 DAuthorizationDecisionStatementBase.java86 private String _resource = null; field in class:AuthorizationDecisionStatementBase
146 _resource = ((Attr)att).getValue().trim();
147 if (_resource == null || _resource.length() == 0) {
189 if (_resource == null || _resource.length() == 0) {
335 _resource = resource;
409 _resource = resource;
483 return _resource;
542 append(uri).append(" Resource=\"").append(_resource)
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DAuthorizationDecisionStatementBase.java86 private String _resource = null; field in class:AuthorizationDecisionStatementBase
146 _resource = ((Attr)att).getValue().trim();
147 if (_resource == null || _resource.length() == 0) {
189 if (_resource == null || _resource.length() == 0) {
335 _resource = resource;
409 _resource = resource;
483 return _resource;
542 append(uri).append(" Resource=\"").append(_resource)
[all...]

Completed in 30 milliseconds