Searched defs:registration (Results 1 - 20 of 20) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/registration/
H A Dpackage-info.java30 * Handles <code>ID-FF</code> name registration.
32 package com.sun.identity.federation.services.registration;
H A DFSRegistrationManager.java30 package com.sun.identity.federation.services.registration;
37 * Manages registration state per provider.
52 * Returns registration state for the provider.
53 * @param registrationId registration id
54 * @return HashMap containing registration state info.
66 * Sets registration state info.
67 * @param registrationId registration id
68 * @param valMap registration state info
82 * @param registrationId registration id
H A DFSRegistrationInitiationServlet.java30 package com.sun.identity.federation.services.registration;
56 * Initiates registration request.
81 * Invoked to set some commonly used registration URLs based on hosted
138 * Invoked when the user clicks on the registration link in the application.
243 * Called when a registration needs to be initiated with a remote provider.
248 * @param hostedProviderDesc the provider where registration is initiated
327 FSUtils.debug.message("Unable to get registration "
H A DFSRegistrationReturnServlet.java29 package com.sun.identity.federation.services.registration;
57 * Handles registration return.
194 // 3. retrieve registration request Id from Map
268 "Signature on registration request is invalid" +
269 "Cannot proceed name registration");
285 * registration request
330 * Invoked to set some commonly used registration URLs based on hosted
H A DFSRegistrationRequestServlet.java29 package com.sun.identity.federation.services.registration;
59 * Handles registration request received from remote provider.
82 * Invoked to set some commonly used registration URLs based on hosted
135 * Handles registration request.
240 * Called when a registration request is received from
241 * a remote provider. Initiates registration request processing.
252 * @param regisRequest the federation registration request
321 "Signature on registration request is invalid" +
322 "Cannot proceed federation registration");
337 "Signature on registration reques
[all...]
H A DFSNameRegistrationHandler.java30 package com.sun.identity.federation.services.registration;
85 * Work class that handles registration process.
135 * name registration handler that is handling the current
136 * name registration. The hosted provider identifies the provider who
137 * is handling the registration request or initiating it locally.
206 * This function is called to give state to the Name registration
208 * or with whom registration is to be initiated.
237 * Determines the user based on the registration request received from
239 * @param regisRequest the name registration request
246 * UserDN needs to be figured from registration reques
[all...]
/forgerock/openam/openam-authentication/openam-auth-push/src/main/java/org/forgerock/openam/authentication/modules/push/registration/
H A Dpackage-info.java18 * Defines the classes necessary for AuthenticatorPush registration.
20 package org.forgerock.openam.authentication.modules.push.registration;
H A DConstants.java16 package org.forgerock.openam.authentication.modules.push.registration;
41 /** The name of the AuthenticatorPush authentication registration module for debug logging purposes. */
44 static final String DEVICE_PUSH_WAIT_TIMEOUT = "forgerock-am-auth-push-message-registration-response-timeout";
45 /** The name of the Auth Level key for the Authenticator Push registration. */
47 /** The name of the Issuer key for the Authenticator Push registration. */
49 /** The name of the background colour key for the Authenticator Push registration. */
51 /** The name of the img url key for the Authenticator Push registration. */
53 /** The name of the apple link key for the Authenticator Push registration. */
55 /** The name of the google link key for the Authenticator Push registration. */
75 /** Option begin the registration proces
[all...]
H A DAuthenticatorPushRegistration.java16 package org.forgerock.openam.authentication.modules.push.registration;
19 import static org.forgerock.openam.authentication.modules.push.registration.Constants.*;
20 import static org.forgerock.openam.authentication.modules.push.registration.Constants.DEVICE_PUSH_WAIT_TIMEOUT;
75 * The Authenticator Push Registration Module is a registration module that does not authenticate a user but
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/registration/
H A Dpackage-info.java30 * Handles <code>ID-FF</code> name registration.
32 package com.sun.identity.federation.services.registration;
H A DFSRegistrationManager.java30 package com.sun.identity.federation.services.registration;
37 * Manages registration state per provider.
52 * Returns registration state for the provider.
53 * @param registrationId registration id
54 * @return HashMap containing registration state info.
66 * Sets registration state info.
67 * @param registrationId registration id
68 * @param valMap registration state info
82 * @param registrationId registration id
H A DFSRegistrationInitiationServlet.java30 package com.sun.identity.federation.services.registration;
56 * Initiates registration request.
81 * Invoked to set some commonly used registration URLs based on hosted
138 * Invoked when the user clicks on the registration link in the application.
243 * Called when a registration needs to be initiated with a remote provider.
248 * @param hostedProviderDesc the provider where registration is initiated
327 FSUtils.debug.message("Unable to get registration "
H A DFSRegistrationReturnServlet.java29 package com.sun.identity.federation.services.registration;
57 * Handles registration return.
194 // 3. retrieve registration request Id from Map
268 "Signature on registration request is invalid" +
269 "Cannot proceed name registration");
285 * registration request
330 * Invoked to set some commonly used registration URLs based on hosted
H A DFSRegistrationRequestServlet.java29 package com.sun.identity.federation.services.registration;
59 * Handles registration request received from remote provider.
82 * Invoked to set some commonly used registration URLs based on hosted
135 * Handles registration request.
240 * Called when a registration request is received from
241 * a remote provider. Initiates registration request processing.
252 * @param regisRequest the federation registration request
321 "Signature on registration request is invalid" +
322 "Cannot proceed federation registration");
337 "Signature on registration reques
[all...]
H A DFSNameRegistrationHandler.java30 package com.sun.identity.federation.services.registration;
85 * Work class that handles registration process.
135 * name registration handler that is handling the current
136 * name registration. The hosted provider identifies the provider who
137 * is handling the registration request or initiating it locally.
206 * This function is called to give state to the Name registration
208 * or with whom registration is to be initiated.
237 * Determines the user based on the registration request received from
239 * @param regisRequest the name registration request
246 * UserDN needs to be figured from registration reques
[all...]
/forgerock/openam-v13/openam-oauth2-common/oauth2-core/src/main/java/org/forgerock/oauth2/core/
H A DResourceOwnerConsentVerifier.java36 * @param registration The client's registration information, used to determine where to error if necessary.
41 boolean verify(boolean consentSaved, OAuth2Request request, ClientRegistration registration) argument
/forgerock/openam-v13/openam-oauth2-common/openid-connect-core/src/main/java/org/forgerock/openidconnect/
H A DOpenIdResourceOwnerConsentVerifier.java39 ClientRegistration registration) throws ResourceOwnerConsentRequiredException {
43 throw new ResourceOwnerConsentRequiredException(Utils.getRequiredUrlLocation(request, registration));
38 verify(boolean consentSaved, OAuth2Request request, ClientRegistration registration) argument
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/core/
H A DResourceOwnerConsentVerifier.java36 * @param registration The client's registration information, used to determine where to error if necessary.
41 boolean verify(boolean consentSaved, OAuth2Request request, ClientRegistration registration) argument
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/openidconnect/
H A DOpenIdResourceOwnerConsentVerifier.java39 ClientRegistration registration) throws ResourceOwnerConsentRequiredException {
43 throw new ResourceOwnerConsentRequiredException(Utils.getRequiredUrlLocation(request, registration));
38 verify(boolean consentSaved, OAuth2Request request, ClientRegistration registration) argument
/forgerock/openidm-v4/openidm-router/src/main/java/org/forgerock/openidm/router/
H A DRouterRegistryImpl.java150 ServiceRegistration<RouterRegistry> registration) {
157 ServiceRegistration<RouterRegistry> registration, RouterRegistry service) {
333 public RouteService getService(Bundle bundle, ServiceRegistration<RouteService> registration) { argument
338 public void ungetService(Bundle bundle, ServiceRegistration<RouteService> registration, RouteService service) { argument
149 getService(Bundle bundle, ServiceRegistration<RouterRegistry> registration) argument
156 ungetService(Bundle bundle, ServiceRegistration<RouterRegistry> registration, RouterRegistry service) argument

Completed in 90 milliseconds