Searched defs:_action (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 DAction.java48 protected String _action = null; field in class:Action
117 _action = XMLUtils.getElementValue(element);
119 if (_action == null) {
126 if (!isValid(_action, _namespace)) {
160 _action = action;
162 if (!isValid(_action, _namespace)) {
312 return _action;
353 result.append(_action);
H A DAuthorizationDecisionStatementBase.java88 private List _action = null; field in class:AuthorizationDecisionStatementBase
244 if (_action == null) {
245 _action = new ArrayList();
247 if (!(_action.add(createAction((Element)
284 if (_action == null || _action.isEmpty()) {
362 if (_action == null) {
363 _action = new ArrayList();
365 _action = action;
435 if (_action
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DAction.java48 protected String _action = null; field in class:Action
117 _action = XMLUtils.getElementValue(element);
119 if (_action == null) {
126 if (!isValid(_action, _namespace)) {
160 _action = action;
162 if (!isValid(_action, _namespace)) {
312 return _action;
353 result.append(_action);
H A DAuthorizationDecisionStatementBase.java88 private List _action = null; field in class:AuthorizationDecisionStatementBase
244 if (_action == null) {
245 _action = new ArrayList();
247 if (!(_action.add(createAction((Element)
284 if (_action == null || _action.isEmpty()) {
362 if (_action == null) {
363 _action = new ArrayList();
365 _action = action;
435 if (_action
[all...]

Completed in 48 milliseconds