Searched refs:method (Results 101 - 125 of 579) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DSMSEventListenerManager.java182 Method method, Object object, Object[] args) {
185 return (addNotificationObject(nodeChanges, ndn, method, object, args));
210 * Adds notification method to the map
213 Method method, Object object, Object[] args) {
222 NotificationObject no = new NotificationObject(method, object, args,
257 no.method.invoke(no.object, no.args);
269 Method method; field in class:SMSEventListenerManager.NotificationObject
276 method = m;
181 notifyChangesToNode(SSOToken token, String dn, Method method, Object object, Object[] args) argument
212 addNotificationObject(Map<String, Set<?>> nChangesMap, String dn, Method method, Object object, Object[] args) argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/
H A DSubjectConfirmationImpl.java61 private String method = null; field in class:SubjectConfirmationImpl
144 "SubjectConfirmationImpl.processElement(): method missing");
148 method = attrValue;
286 * Returns the confirmation method
288 * @return the confirmation method
291 return method;
295 * Sets the confirmation method
297 * @param value the confirmation method
305 method = value;
328 if ((method
[all...]
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/install/configurator/
H A DEncryptTask.java106 Method method = null;
109 method = Crypt.class.getMethod(STR_ENCRYPT_LOCAL_FUNCTION,
112 if (method == null) {
114 "method from SDK with exception : ",ex);
116 "second attempt to load method");
118 method = Crypt.class.getMethod(STR_ENCRYPT_FUNCTION,
122 + "failed to load method with exception : ", e);
124 if (method == null) {
132 if (method != null) {
134 (String)method
[all...]
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/install/handler/
H A DEncryptionHandler.java100 Method method = null;
118 // Try the AM 70 method, if failed try the AM 63 method
120 method = Crypt.class.getMethod(STR_ENCRYPT_LOCAL_FUNCTION,
123 if (method == null) {
125 "method from SDK with exception :",ex);
127 "attempt to load method");
128 method = Crypt.class.getMethod(STR_ENCRYPT_FUNCTION,
130 if (method == null) {
138 if (method !
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/
H A DSubjectConfirmationImpl.java61 private String method = null; field in class:SubjectConfirmationImpl
144 "SubjectConfirmationImpl.processElement(): method missing");
148 method = attrValue;
286 * Returns the confirmation method
288 * @return the confirmation method
291 return method;
295 * Sets the confirmation method
297 * @param value the confirmation method
305 method = value;
328 if ((method
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/http/
H A DHTTPStatistics.java51 * key: HTTP method => value: number of requests for that method.
62 * key: HTTP method => value: total execution time for requests using that
63 * method.
91 for (String method : supportedHttpMethods)
93 requestMethodsTotalCount.put(method, new AtomicInteger(0));
94 requestMethodsTotalTime.put(method, new AtomicLong(0));
154 * Adds a request to the stats using the provided HTTP method.
157 * the method of the HTTP request to add to the stats
168 } // else this is an unsupported HTTP method
[all...]
/forgerock/opendj2/src/server/org/opends/server/protocols/http/
H A DHTTPStatistics.java50 * key: HTTP method => value: number of requests for that method.
61 * key: HTTP method => value: total execution time for requests using that
62 * method.
90 for (String method : supportedHttpMethods)
92 requestMethodsTotalCount.put(method, new AtomicInteger(0));
93 requestMethodsTotalTime.put(method, new AtomicLong(0));
153 * Adds a request to the stats using the provided HTTP method.
156 * the method of the HTTP request to add to the stats
167 } // else this is an unsupported HTTP method
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/http/
H A DHTTPStatistics.java51 * key: HTTP method => value: number of requests for that method.
62 * key: HTTP method => value: total execution time for requests using that
63 * method.
91 for (String method : supportedHttpMethods)
93 requestMethodsTotalCount.put(method, new AtomicInteger(0));
94 requestMethodsTotalTime.put(method, new AtomicLong(0));
154 * Adds a request to the stats using the provided HTTP method.
157 * the method of the HTTP request to add to the stats
168 } // else this is an unsupported HTTP method
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/http/
H A DHTTPStatistics.java51 * key: HTTP method => value: number of requests for that method.
62 * key: HTTP method => value: total execution time for requests using that
63 * method.
91 for (String method : supportedHttpMethods)
93 requestMethodsTotalCount.put(method, new AtomicInteger(0));
94 requestMethodsTotalTime.put(method, new AtomicLong(0));
154 * Adds a request to the stats using the provided HTTP method.
157 * the method of the HTTP request to add to the stats
168 } // else this is an unsupported HTTP method
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/http/
H A DHTTPStatistics.java50 * key: HTTP method => value: number of requests for that method.
61 * key: HTTP method => value: total execution time for requests using that
62 * method.
90 for (String method : supportedHttpMethods)
92 requestMethodsTotalCount.put(method, new AtomicInteger(0));
93 requestMethodsTotalTime.put(method, new AtomicLong(0));
153 * Adds a request to the stats using the provided HTTP method.
156 * the method of the HTTP request to add to the stats
167 } // else this is an unsupported HTTP method
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DManageNameIDRequestInfo.java133 String method = "ManageNameIDRequestInfo:getSession ";
140 SAML2Utils.debug.message(method, se);
146 SAML2Utils.debug.message(method +
H A DLogoutUtil.java321 String method = "doSLOByHttpRedirect: ";
364 debug.message(method + "LogoutRequestXMLString : "
366 debug.message(method + "LogoutRedirectURL : " + sloURL);
373 * Performs SOAP logout, this method will send LogoutResuest to IDP using
579 * Based on the preferred SAML binding this method tries to choose the most appropriate
797 String method = "signSLORequest : ";
810 debug.message(method + "SLORequest doesn't need to be signed.");
818 debug.message(method + "realm is : "+ realm);
819 debug.message(method + "hostEntity is : " + hostEntity);
820 debug.message(method
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/http/
H A DHTTPStatistics.java50 * key: HTTP method => value: number of requests for that method.
60 * key: HTTP method => value: total execution time for requests using that
61 * method.
88 for (String method : supportedHttpMethods)
90 requestMethodsTotalCount.put(method, new AtomicInteger(0));
91 requestMethodsTotalTime.put(method, new AtomicLong(0));
143 * Adds a request to the stats using the provided HTTP method.
146 * the method of the HTTP request to add to the stats
157 } // else this is an unsupported HTTP method
[all...]
/forgerock/openam/openam-rest/src/main/java/org/forgerock/openam/http/authz/
H A DHttpPrivilegeAuthzModule.java69 String method = request.getMethod();
70 PrivilegeDefinition definition = actionToDefinition.get(method);
72 return asPromise(new ForbiddenException("No privilege mapping for requested method " + method));
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DManageNameIDRequestInfo.java136 String method = "ManageNameIDRequestInfo:getSession ";
143 SAML2Utils.debug.message(method, se);
149 SAML2Utils.debug.message(method +
/forgerock/openam-v13/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/
H A DClientCredentialsReader.java75 Client.TokenEndpointAuthMethod method = CLIENT_SECRET_POST;
80 method = PRIVATE_KEY_JWT;
99 method = CLIENT_SECRET_BASIC;
114 //if we're accessing the token endpoint, check we're authenticating using the appropriate method
117 && !cr.getTokenEndpointAuthMethod().equals(method.getType())) {
118 throw failureFactory.getException(request, "Invalid authentication method for accessing this endpoint.");
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/
H A DClientCredentialsReader.java75 Client.TokenEndpointAuthMethod method = CLIENT_SECRET_POST;
80 method = PRIVATE_KEY_JWT;
99 method = CLIENT_SECRET_BASIC;
114 //if we're accessing the token endpoint, check we're authenticating using the appropriate method
117 && !cr.getTokenEndpointAuthMethod().equals(method.getType())) {
118 throw failureFactory.getException(request, "Invalid authentication method for accessing this endpoint.");
/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DAuthMethod.java40 * Enumeration representing the authentication method.
45 * The SASL mechanism if the authentication method is SASL.
56 * provided method and bind rule type.
59 * @param method An Enumeration of the authentication method.
61 private AuthMethod(EnumAuthMethod method, String saslMech, argument
63 this.authMethod=method;
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DAuthMethod.java40 * Enumeration representing the authentication method.
45 * The SASL mechanism if the authentication method is SASL.
56 * provided method and bind rule type.
59 * @param method An Enumeration of the authentication method.
61 private AuthMethod(EnumAuthMethod method, String saslMech, argument
63 this.authMethod=method;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DAuthMethod.java42 * Enumeration representing the authentication method.
47 * The SASL mechanism if the authentication method is SASL.
58 * provided method and bind rule type.
61 * @param method An Enumeration of the authentication method.
63 private AuthMethod(EnumAuthMethod method, String saslMech, argument
65 this.authMethod=method;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DDefaultFedletAdapter.java60 * Initializes the fedlet adapter, this method will only be executed
100 String method = "DefaultFedletAdapter:doFedletSLO:";
141 SAML2Utils.debug.message(method + "Sending cookies : " +
174 SAML2Utils.debug.message(method + "Response code OK");
178 SAML2Utils.debug.error(method + "Response code NOT OK: "
260 String method = "DefaultFedletAdapter:onFedletSLOSuccessOrFailure:";
301 SAML2Utils.debug.message(method + "Sending cookies : " +
338 SAML2Utils.debug.message(method + "Response code OK");
341 SAML2Utils.debug.error(method + "Response code NOT OK: "
/forgerock/openam-v13/openam-rest/src/main/java/com/sun/identity/rest/spi/
H A DSSOTokenAuthN.java53 String[] method = { RestServiceManager.DEFAULT_AUTHN_SCHEME };
54 return method;
/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/usecase/script/
H A DgetUserManager.js54 if (request.method === "query") {
79 throw "Unsupported operation: " + request.method;
/forgerock/openam/openam-rest/src/main/java/com/sun/identity/rest/spi/
H A DSSOTokenAuthN.java53 String[] method = { RestServiceManager.DEFAULT_AUTHN_SCHEME };
54 return method;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DDefaultFedletAdapter.java60 * Initializes the fedlet adapter, this method will only be executed
100 String method = "DefaultFedletAdapter:doFedletSLO:";
141 SAML2Utils.debug.message(method + "Sending cookies : " +
174 SAML2Utils.debug.message(method + "Response code OK");
178 SAML2Utils.debug.error(method + "Response code NOT OK: "
260 String method = "DefaultFedletAdapter:onFedletSLOSuccessOrFailure:";
301 SAML2Utils.debug.message(method + "Sending cookies : " +
338 SAML2Utils.debug.message(method + "Response code OK");
341 SAML2Utils.debug.error(method + "Response code NOT OK: "

Completed in 172 milliseconds

1234567891011>>