Uses of Class
org.openiam.esb.am.model.SSOLoginResponse
-
Packages that use SSOLoginResponse Package Description org.openiam.esb.core.service org.openiam.esb.core.service.impl org.openiam.rest -
-
Uses of SSOLoginResponse in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service that return SSOLoginResponse Modifier and Type Method Description SSOLoginResponse
AuthenticationServiceService. getCookieFromProxyURIAndPrincipal(String proxyURI, org.springframework.http.HttpMethod method, String principal)
-
Uses of SSOLoginResponse in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl that return SSOLoginResponse Modifier and Type Method Description SSOLoginResponse
AuthenticationServiceImpl. getCookieFromProxyURIAndPrincipal(String proxyURI, org.springframework.http.HttpMethod method, String principal)
-
Uses of SSOLoginResponse in org.openiam.rest
Methods in org.openiam.rest that return SSOLoginResponse Modifier and Type Method Description SSOLoginResponse
URIFederationRestController. getCookieFromProxyURIAndPrincipal(String proxyURI, String principal, String method)
Method called by Reverse Proxy via SOAP Request Calculates a user's cookie based on the principal and the proxyURI.
-