Searched refs:actor (Results 1 - 25 of 36) sorted by relevance

12

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/
H A DLogProvider.java48 * @param actor Actor involved in the activity.
55 Object actor,
58 LogRecord rec = new LogRecord(level, message, actor);
51 log( String logName, Level level, String message, Object actor, Object cred ) argument
/forgerock/openam/openam-core/src/main/java/com/sun/identity/log/
H A DLogProvider.java48 * @param actor Actor involved in the activity.
55 Object actor,
58 LogRecord rec = new LogRecord(level, message, actor);
51 log( String logName, Level level, String message, Object actor, Object cred ) argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/soapbinding/
H A DProcessingContextHeader.java48 private String actor = null; field in class:ProcessingContextHeader
102 actor = XMLUtils.getNodeAttributeValueNS(
136 * Returns value of <code>actor</code> attribute.
138 * @return value of <code>actor</code> attribute
141 return actor;
165 * Sets value of <code>actor</code> attribute.
167 * @param actor value of <code>actor</code> attribute
169 public void setActor(String actor) { argument
170 this.actor
[all...]
H A DCorrelationHeader.java59 private String actor = null; field in class:CorrelationHeader
68 actor = SOAPBindingConstants.DEFAULT_SOAP_ACTOR;
124 actor = XMLUtils.getNodeAttributeValueNS(
176 * Returns value of <code>actor</code> attribute.
178 * @return value of <code>actor</code> attribute
181 return actor;
194 * Sets value of <code>actor</code> attribute.
196 * @param actor value of <code>actor</code> attribute
198 public void setActor(String actor) { argument
[all...]
H A DProviderHeader.java50 private String actor = null; field in class:ProviderHeader
69 actor = SOAPBindingConstants.DEFAULT_SOAP_ACTOR;
109 actor = XMLUtils.getNodeAttributeValueNS(
152 * Returns value of <code>actor</code> attribute.
154 * @return value of <code>actor</code> attribute
157 return actor;
190 * Sets value of <code>actor</code> attribute.
192 * @param actor value of <code>actor</code> attribute.
194 public void setActor(String actor) { argument
[all...]
H A DConsentHeader.java55 private String actor = null; field in class:ConsentHeader
103 actor = XMLUtils.getNodeAttributeValueNS(
145 * Returns value of <code>actor</code> attribute.
146 * @return value of <code>actor</code> attribute
149 return actor;
171 * Sets value of <code>actor</code> attribute.
173 * @param actor value of <code>actor</code> attribute
175 public void setActor(String actor) { argument
176 this.actor
[all...]
H A DUsageDirectiveHeader.java57 private String actor = null; field in class:UsageDirectiveHeader
101 actor = XMLUtils.getNodeAttributeValueNS(usageDirectiveElement,
144 * Returns value of <code>actor</code> attribute.
146 * @return value of <code>actor</code> attribute.
149 return actor;
183 * Sets value of <code>actor</code> attribute.
185 * @param actor value of <code>actor</code> attribute.
187 public void setActor(String actor) { argument
188 this.actor
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/soapbinding/
H A DProcessingContextHeader.java48 private String actor = null; field in class:ProcessingContextHeader
102 actor = XMLUtils.getNodeAttributeValueNS(
136 * Returns value of <code>actor</code> attribute.
138 * @return value of <code>actor</code> attribute
141 return actor;
165 * Sets value of <code>actor</code> attribute.
167 * @param actor value of <code>actor</code> attribute
169 public void setActor(String actor) { argument
170 this.actor
[all...]
H A DCorrelationHeader.java62 private String actor = null; field in class:CorrelationHeader
71 actor = SOAPBindingConstants.DEFAULT_SOAP_ACTOR;
127 actor = XMLUtils.getNodeAttributeValueNS(
179 * Returns value of <code>actor</code> attribute.
181 * @return value of <code>actor</code> attribute
184 return actor;
197 * Sets value of <code>actor</code> attribute.
199 * @param actor value of <code>actor</code> attribute
201 public void setActor(String actor) { argument
[all...]
H A DProviderHeader.java50 private String actor = null; field in class:ProviderHeader
69 actor = SOAPBindingConstants.DEFAULT_SOAP_ACTOR;
109 actor = XMLUtils.getNodeAttributeValueNS(
152 * Returns value of <code>actor</code> attribute.
154 * @return value of <code>actor</code> attribute
157 return actor;
190 * Sets value of <code>actor</code> attribute.
192 * @param actor value of <code>actor</code> attribute.
194 public void setActor(String actor) { argument
[all...]
H A DConsentHeader.java55 private String actor = null; field in class:ConsentHeader
103 actor = XMLUtils.getNodeAttributeValueNS(
145 * Returns value of <code>actor</code> attribute.
146 * @return value of <code>actor</code> attribute
149 return actor;
171 * Sets value of <code>actor</code> attribute.
173 * @param actor value of <code>actor</code> attribute
175 public void setActor(String actor) { argument
176 this.actor
[all...]
H A DUsageDirectiveHeader.java57 private String actor = null; field in class:UsageDirectiveHeader
101 actor = XMLUtils.getNodeAttributeValueNS(usageDirectiveElement,
144 * Returns value of <code>actor</code> attribute.
146 * @return value of <code>actor</code> attribute.
149 return actor;
183 * Sets value of <code>actor</code> attribute.
185 * @param actor value of <code>actor</code> attribute.
187 public void setActor(String actor) { argument
188 this.actor
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/paos/
H A DPAOSResponse.java51 private String actor; field in class:PAOSResponse
58 * @param actor the value of the actor attribute
62 String actor) throws PAOSException {
66 this.actor = actor;
137 * Returns value of <code>actor</code> attribute.
139 * @return value of <code>actor</code> attribute
142 return actor;
146 * Sets the value of <code>actor</cod
61 PAOSResponse(String refToMessageID, Boolean mustUnderstand, String actor) argument
150 setActor(String actor) argument
[all...]
H A DPAOSRequest.java50 private String actor; field in class:PAOSRequest
60 * @param actor the value of the actor attribute
64 String messageID, Boolean mustUnderstand, String actor)
71 this.actor = actor;
184 * Returns value of <code>actor</code> attribute.
186 * @return value of <code>actor</code> attribute
189 return actor;
193 * Sets the value of <code>actor</cod
63 PAOSRequest(String responseConsumerURL, String service, String messageID, Boolean mustUnderstand, String actor) argument
197 setActor(String actor) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/paos/
H A DPAOSResponse.java51 private String actor; field in class:PAOSResponse
58 * @param actor the value of the actor attribute
62 String actor) throws PAOSException {
66 this.actor = actor;
137 * Returns value of <code>actor</code> attribute.
139 * @return value of <code>actor</code> attribute
142 return actor;
146 * Sets the value of <code>actor</cod
61 PAOSResponse(String refToMessageID, Boolean mustUnderstand, String actor) argument
150 setActor(String actor) argument
[all...]
H A DPAOSRequest.java50 private String actor; field in class:PAOSRequest
60 * @param actor the value of the actor attribute
64 String messageID, Boolean mustUnderstand, String actor)
71 this.actor = actor;
184 * Returns value of <code>actor</code> attribute.
186 * @return value of <code>actor</code> attribute
189 return actor;
193 * Sets the value of <code>actor</cod
63 PAOSRequest(String responseConsumerURL, String service, String messageID, Boolean mustUnderstand, String actor) argument
197 setActor(String actor) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/util/
H A DILogProvider.java42 * @param actor Actor involved in the activity.
45 void log(String logName, Level level, String message, Object actor, argument
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/util/
H A DILogProvider.java42 * @param actor Actor involved in the activity.
45 void log(String logName, Level level, String message, Object actor, argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/ecp/
H A DECPRelayState.java75 * Returns value of <code>actor</code> attribute.
77 * @return value of <code>actor</code> attribute
82 * Sets the value of <code>actor</code> attribute.
84 * @param actor the value of <code>actor</code> attribute
87 public void setActor(String actor) throws SAML2Exception; argument
H A DECPResponse.java58 * Returns value of <code>actor</code> attribute.
60 * @return value of <code>actor</code> attribute
65 * Sets the value of <code>actor</code> attribute.
67 * @param actor the value of <code>actor</code> attribute
70 public void setActor(String actor) throws SAML2Exception; argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/ecp/
H A DECPRelayState.java75 * Returns value of <code>actor</code> attribute.
77 * @return value of <code>actor</code> attribute
82 * Sets the value of <code>actor</code> attribute.
84 * @param actor the value of <code>actor</code> attribute
87 public void setActor(String actor) throws SAML2Exception; argument
H A DECPResponse.java58 * Returns value of <code>actor</code> attribute.
60 * @return value of <code>actor</code> attribute
65 * Sets the value of <code>actor</code> attribute.
67 * @param actor the value of <code>actor</code> attribute
70 public void setActor(String actor) throws SAML2Exception; argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/ecp/impl/
H A DECPRelayStateImpl.java47 private String actor; field in class:ECPRelayStateImpl
140 * Returns value of <code>actor</code> attribute.
142 * @return value of <code>actor</code> attribute
145 return actor;
149 * Sets the value of <code>actor</code> attribute.
151 * @param actor the value of <code>actor</code> attribute
154 public void setActor(String actor) throws SAML2Exception { argument
159 this.actor = actor;
[all...]
H A DECPResponseImpl.java47 private String actor; field in class:ECPResponseImpl
113 * Returns value of <code>actor</code> attribute.
115 * @return value of <code>actor</code> attribute
118 return actor;
122 * Sets the value of <code>actor</code> attribute.
124 * @param actor the value of <code>actor</code> attribute
127 public void setActor(String actor) throws SAML2Exception { argument
132 this.actor = actor;
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/ecp/impl/
H A DECPRelayStateImpl.java47 private String actor; field in class:ECPRelayStateImpl
140 * Returns value of <code>actor</code> attribute.
142 * @return value of <code>actor</code> attribute
145 return actor;
149 * Sets the value of <code>actor</code> attribute.
151 * @param actor the value of <code>actor</code> attribute
154 public void setActor(String actor) throws SAML2Exception { argument
159 this.actor = actor;
[all...]

Completed in 69 milliseconds

12