Searched defs:restLogoutUriElement (Results 1 - 16 of 16) sorted by relevance

/forgerock/openam-v13/openam-sts/openam-common-sts/src/main/java/org/forgerock/openam/sts/token/provider/
H A DAMSessionInvalidatorImpl.java52 @Named(AMSTSConstants.REST_LOGOUT_URI_ELEMENT) String restLogoutUriElement,
58 this.logoutUrl = constituteLogoutUrl(amDeploymentUrl, jsonRestRoot, realm, restLogoutUriElement, urlConstituentCatenator);
68 String restLogoutUriElement,
71 return new URL(urlConstituentCatenator.catenateUrlConstituents(amDeploymentUrl, jsonRestRoot, realm, restLogoutUriElement));
49 AMSessionInvalidatorImpl(@amedAMSTSConstants.AM_DEPLOYMENT_URL) String amDeploymentUrl, @Named(AMSTSConstants.AM_REST_AUTHN_JSON_ROOT) String jsonRestRoot, @Named (AMSTSConstants.REALM) String realm, @Named(AMSTSConstants.REST_LOGOUT_URI_ELEMENT) String restLogoutUriElement, @Named(AMSTSConstants.AM_SESSION_COOKIE_NAME) String amSessionCookieName, UrlConstituentCatenator urlConstituentCatenator, @Named(AMSTSConstants.CREST_VERSION_SESSION_SERVICE) String crestVersionSessionService, HttpURLConnectionWrapperFactory connectionWrapperFactory, Logger logger) argument
65 constituteLogoutUrl(String amDeploymentUrl, String jsonRestRoot, String realm, String restLogoutUriElement, UrlConstituentCatenator urlConstituentCatenator) argument
/forgerock/openam/openam-sts/openam-common-sts/src/main/java/org/forgerock/openam/sts/token/provider/
H A DAMSessionInvalidatorImpl.java52 @Named(AMSTSConstants.REST_LOGOUT_URI_ELEMENT) String restLogoutUriElement,
58 this.logoutUrl = constituteLogoutUrl(amDeploymentUrl, jsonRestRoot, realm, restLogoutUriElement, urlConstituentCatenator);
68 String restLogoutUriElement,
71 return new URL(urlConstituentCatenator.catenateUrlConstituents(amDeploymentUrl, jsonRestRoot, realm, restLogoutUriElement));
49 AMSessionInvalidatorImpl(@amedAMSTSConstants.AM_DEPLOYMENT_URL) String amDeploymentUrl, @Named(AMSTSConstants.AM_REST_AUTHN_JSON_ROOT) String jsonRestRoot, @Named (AMSTSConstants.REALM) String realm, @Named(AMSTSConstants.REST_LOGOUT_URI_ELEMENT) String restLogoutUriElement, @Named(AMSTSConstants.AM_SESSION_COOKIE_NAME) String amSessionCookieName, UrlConstituentCatenator urlConstituentCatenator, @Named(AMSTSConstants.CREST_VERSION_SESSION_SERVICE) String crestVersionSessionService, HttpURLConnectionWrapperFactory connectionWrapperFactory, Logger logger) argument
65 constituteLogoutUrl(String amDeploymentUrl, String jsonRestRoot, String realm, String restLogoutUriElement, UrlConstituentCatenator urlConstituentCatenator) argument
/forgerock/openam-v13/openam-sts/openam-rest-sts/src/main/java/org/forgerock/openam/sts/rest/config/
H A DRestSTSModule.java83 String restLogoutUriElement() { method in class:RestSTSModule
H A DRestSTSInstanceModule.java220 String restLogoutUriElement() { method in class:RestSTSInstanceModule
/forgerock/openam/openam-sts/openam-rest-sts/src/main/java/org/forgerock/openam/sts/rest/config/
H A DRestSTSModule.java83 String restLogoutUriElement() { method in class:RestSTSModule
H A DRestSTSInstanceModule.java220 String restLogoutUriElement() { method in class:RestSTSInstanceModule
/forgerock/openam-v13/openam-sts/openam-soap-sts/openam-soap-sts-server/src/main/java/org/forgerock/openam/sts/soap/bootstrap/
H A DSoapSTSAccessTokenProviderImpl.java72 @Named (AMSTSConstants.REST_LOGOUT_URI_ELEMENT) String restLogoutUriElement,
82 this.logoutUrl = constituteLogoutUrl(urlConstituentCatenator, openamUrl, jsonRoot, agentRealm, restLogoutUriElement);
100 String restLogoutUriElement) throws MalformedURLException {
101 return new URL(urlConstituentCatenator.catenateUrlConstituents(openamUrl, jsonRoot, agentRealm, restLogoutUriElement));
62 SoapSTSAccessTokenProviderImpl(HttpURLConnectionWrapperFactory httpURLConnectionWrapperFactory, AMTokenParser amTokenParser, @Named(SoapSTSModule.AM_SESSION_COOKIE_NAME_PROPERTY_KEY) String amSessionCookieName, @Named(SoapSTSModule.OPENAM_HOME_SERVER_PROPERTY_KEY) String openamUrl, UrlConstituentCatenator urlConstituentCatenator, @Named(AMSTSConstants.AM_REST_AUTHN_JSON_ROOT) String jsonRoot, @Named(AMSTSConstants.REST_AUTHN_URI_ELEMENT) String authNUriElement, @Named(AMSTSConstants.CREST_VERSION_AUTHN_SERVICE) String authNServiceVersion, @Named(AMSTSConstants.CREST_VERSION_SESSION_SERVICE) String sessionServiceVersion, @Named(SoapSTSModule.AGENT_REALM) String agentRealm, @Named (AMSTSConstants.REST_LOGOUT_URI_ELEMENT) String restLogoutUriElement, SoapSTSAgentCredentialsAccess credentialsAccess, Logger logger) argument
96 constituteLogoutUrl(UrlConstituentCatenator urlConstituentCatenator, String openamUrl, String jsonRoot, String agentRealm, String restLogoutUriElement) argument
/forgerock/openam-v13/openam-sts/openam-soap-sts/openam-soap-sts-server/src/main/java/org/forgerock/openam/sts/soap/config/
H A DSoapSTSInstanceModule.java383 @Named(AMSTSConstants.REST_LOGOUT_URI_ELEMENT) String restLogoutUriElement,
391 return new AMSessionInvalidatorImpl(amDeploymentUrl, jsonRestRoot, realm, restLogoutUriElement,
381 getAMSessionInvalidator(@amedAMSTSConstants.AM_DEPLOYMENT_URL) String amDeploymentUrl, @Named(AMSTSConstants.AM_REST_AUTHN_JSON_ROOT) String jsonRestRoot, @Named(AMSTSConstants.REST_LOGOUT_URI_ELEMENT) String restLogoutUriElement, @Named(AMSTSConstants.AM_SESSION_COOKIE_NAME) String amSessionCookieName, @Named (AMSTSConstants.REALM) String realm, UrlConstituentCatenator urlConstituentCatenator, @Named(AMSTSConstants.CREST_VERSION_SESSION_SERVICE) String crestVersionSessionService, HttpURLConnectionWrapperFactory connectionWrapperFactory, Logger logger) argument
H A DSoapSTSModule.java200 String restLogoutUriElement() { method in class:SoapSTSModule
/forgerock/openam/openam-sts/openam-soap-sts/openam-soap-sts-server/src/main/java/org/forgerock/openam/sts/soap/bootstrap/
H A DSoapSTSAccessTokenProviderImpl.java83 @Named (AMSTSConstants.REST_LOGOUT_URI_ELEMENT) String restLogoutUriElement,
93 this.logoutUrl = constituteLogoutUrl(urlConstituentCatenator, openamUrl, jsonRoot, agentRealm, restLogoutUriElement);
114 String restLogoutUriElement) throws MalformedURLException {
115 return new URL(urlConstituentCatenator.catenateUrlConstituents(openamUrl, jsonRoot, agentRealm, restLogoutUriElement));
70 SoapSTSAccessTokenProviderImpl(HttpURLConnectionWrapperFactory httpURLConnectionWrapperFactory, AMTokenParser amTokenParser, @Named(SoapSTSModule.AM_SESSION_COOKIE_NAME_PROPERTY_KEY) String amSessionCookieName, @Named(SoapSTSModule.OPENAM_HOME_SERVER_PROPERTY_KEY) String openamUrl, @Named(SoapSTSModule.SOAP_STS_AGENT_RETRY_NUMBER_PROPERTY_KEY) String retryNumber, @Named(SoapSTSModule.SOAP_STS_AGENT_RETRY_INITIAL_INTERVAL_PROPERTY_KEY) String retryInterval, @Named(SoapSTSModule.SOAP_STS_AGENT_RETRY_MULTIPLIER_PROPERTY_KEY) String retryMultiplier, UrlConstituentCatenator urlConstituentCatenator, @Named(AMSTSConstants.AM_REST_AUTHN_JSON_ROOT) String jsonRoot, @Named(AMSTSConstants.REST_AUTHN_URI_ELEMENT) String authNUriElement, @Named(AMSTSConstants.CREST_VERSION_AUTHN_SERVICE) String authNServiceVersion, @Named(AMSTSConstants.CREST_VERSION_SESSION_SERVICE) String sessionServiceVersion, @Named(SoapSTSModule.AGENT_REALM) String agentRealm, @Named (AMSTSConstants.REST_LOGOUT_URI_ELEMENT) String restLogoutUriElement, SoapSTSAgentCredentialsAccess credentialsAccess, Logger logger) argument
110 constituteLogoutUrl(UrlConstituentCatenator urlConstituentCatenator, String openamUrl, String jsonRoot, String agentRealm, String restLogoutUriElement) argument
/forgerock/openam/openam-sts/openam-soap-sts/openam-soap-sts-server/src/main/java/org/forgerock/openam/sts/soap/config/
H A DSoapSTSInstanceModule.java383 @Named(AMSTSConstants.REST_LOGOUT_URI_ELEMENT) String restLogoutUriElement,
391 return new AMSessionInvalidatorImpl(amDeploymentUrl, jsonRestRoot, realm, restLogoutUriElement,
381 getAMSessionInvalidator(@amedAMSTSConstants.AM_DEPLOYMENT_URL) String amDeploymentUrl, @Named(AMSTSConstants.AM_REST_AUTHN_JSON_ROOT) String jsonRestRoot, @Named(AMSTSConstants.REST_LOGOUT_URI_ELEMENT) String restLogoutUriElement, @Named(AMSTSConstants.AM_SESSION_COOKIE_NAME) String amSessionCookieName, @Named (AMSTSConstants.REALM) String realm, UrlConstituentCatenator urlConstituentCatenator, @Named(AMSTSConstants.CREST_VERSION_SESSION_SERVICE) String crestVersionSessionService, HttpURLConnectionWrapperFactory connectionWrapperFactory, Logger logger) argument
H A DSoapSTSModule.java209 String restLogoutUriElement() { method in class:SoapSTSModule
/forgerock/openam-v13/openam-sts/openam-rest-sts/src/main/java/org/forgerock/openam/sts/rest/operation/translate/
H A DTokenTransformFactoryImpl.java71 private final String restLogoutUriElement; field in class:TokenTransformFactoryImpl
96 @Named(AMSTSConstants.REST_LOGOUT_URI_ELEMENT) String restLogoutUriElement,
118 this.restLogoutUriElement = restLogoutUriElement;
213 new AMSessionInvalidatorImpl(amDeploymentUrl, jsonRestRoot, realm, restLogoutUriElement,
226 new AMSessionInvalidatorImpl(amDeploymentUrl, jsonRestRoot, realm, restLogoutUriElement,
93 TokenTransformFactoryImpl( @amedAMSTSConstants.AM_DEPLOYMENT_URL) String amDeploymentUrl, @Named(AMSTSConstants.AM_REST_AUTHN_JSON_ROOT) String jsonRestRoot, @Named(AMSTSConstants.REST_LOGOUT_URI_ELEMENT) String restLogoutUriElement, @Named(AMSTSConstants.AM_SESSION_COOKIE_NAME) String amSessionCookieName, @Named (AMSTSConstants.REALM) String realm, @Named(AMSTSConstants.STS_INSTANCE_ID) String stsInstanceId, ThreadLocalAMTokenCache threadLocalAMTokenCache, PrincipalFromSession principalFromSession, AuthenticationHandler<OpenIdConnectIdToken> openIdConnectIdTokenAuthenticationHandler, AuthenticationHandler<X509Certificate[]> x509TokenAuthenticationHandler, AuthenticationHandler<RestUsernameToken> usernameTokenAuthenticationHandler, UrlConstituentCatenator urlConstituentCatenator, TokenServiceConsumer tokenServiceConsumer, Saml2JsonTokenAuthnContextMapper saml2JsonTokenAuthnContextMapper, HttpURLConnectionWrapperFactory connectionWrapperFactory, @Named(AMSTSConstants.CREST_VERSION_SESSION_SERVICE) String crestVersionSessionService, OpenIdConnectTokenAuthnContextMapper oidcAuthnContextMapper, OpenIdConnectTokenAuthMethodReferencesMapper oidcAuthModeReferencesMapper, @Named(AMSTSConstants.REST_CUSTOM_TOKEN_VALIDATORS) Set<CustomTokenOperation> customTokenValidators, @Named(AMSTSConstants.REST_CUSTOM_TOKEN_PROVIDERS) Set<CustomTokenOperation> customTokenProviders, Logger logger) argument
/forgerock/openam/openam-sts/openam-rest-sts/src/main/java/org/forgerock/openam/sts/rest/operation/translate/
H A DTokenTransformFactoryImpl.java71 private final String restLogoutUriElement; field in class:TokenTransformFactoryImpl
96 @Named(AMSTSConstants.REST_LOGOUT_URI_ELEMENT) String restLogoutUriElement,
118 this.restLogoutUriElement = restLogoutUriElement;
213 new AMSessionInvalidatorImpl(amDeploymentUrl, jsonRestRoot, realm, restLogoutUriElement,
226 new AMSessionInvalidatorImpl(amDeploymentUrl, jsonRestRoot, realm, restLogoutUriElement,
93 TokenTransformFactoryImpl( @amedAMSTSConstants.AM_DEPLOYMENT_URL) String amDeploymentUrl, @Named(AMSTSConstants.AM_REST_AUTHN_JSON_ROOT) String jsonRestRoot, @Named(AMSTSConstants.REST_LOGOUT_URI_ELEMENT) String restLogoutUriElement, @Named(AMSTSConstants.AM_SESSION_COOKIE_NAME) String amSessionCookieName, @Named (AMSTSConstants.REALM) String realm, @Named(AMSTSConstants.STS_INSTANCE_ID) String stsInstanceId, ThreadLocalAMTokenCache threadLocalAMTokenCache, PrincipalFromSession principalFromSession, AuthenticationHandler<OpenIdConnectIdToken> openIdConnectIdTokenAuthenticationHandler, AuthenticationHandler<X509Certificate[]> x509TokenAuthenticationHandler, AuthenticationHandler<RestUsernameToken> usernameTokenAuthenticationHandler, UrlConstituentCatenator urlConstituentCatenator, TokenServiceConsumer tokenServiceConsumer, Saml2JsonTokenAuthnContextMapper saml2JsonTokenAuthnContextMapper, HttpURLConnectionWrapperFactory connectionWrapperFactory, @Named(AMSTSConstants.CREST_VERSION_SESSION_SERVICE) String crestVersionSessionService, OpenIdConnectTokenAuthnContextMapper oidcAuthnContextMapper, OpenIdConnectTokenAuthMethodReferencesMapper oidcAuthModeReferencesMapper, @Named(AMSTSConstants.REST_CUSTOM_TOKEN_VALIDATORS) Set<CustomTokenOperation> customTokenValidators, @Named(AMSTSConstants.REST_CUSTOM_TOKEN_PROVIDERS) Set<CustomTokenOperation> customTokenProviders, Logger logger) argument
/forgerock/openam-v13/openam-federation/OpenFM/src/test/resources/com/sun/identity/workflow/
H A Dslim-openam-soap-sts-server.warMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/forgerock/openam/openam-federation/OpenFM/src/test/resources/com/sun/identity/workflow/
H A Dslim-openam-soap-sts-server.warMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...

Completed in 104 milliseconds