Uses of Class
org.openiam.base.response.URIFederationResponse
-
Packages that use URIFederationResponse Package Description org.openiam.am.srvc.groovy org.openiam.esb.am.service org.openiam.esb.am.service.impl org.openiam.rest org.openiam.srvc.am -
-
Uses of URIFederationResponse in org.openiam.am.srvc.groovy
Methods in org.openiam.am.srvc.groovy with parameters of type URIFederationResponse Modifier and Type Method Description abstract String
AbstractAuthLevelRedirectUrl. getRedirectURL(URIFederationResponse uriFederationResponse)
This method should be overridden in custom groovy -
Uses of URIFederationResponse in org.openiam.esb.am.service
Methods in org.openiam.esb.am.service that return URIFederationResponse Modifier and Type Method Description URIFederationResponse
URIFederationService. federateProxyURI(String userId, String proxyURI, org.springframework.http.HttpMethod method, AdaptiveAuthenticationExtraDataRequest params)
URIFederationResponse
URIFederationService. getMetadata(String proxyURI, org.springframework.http.HttpMethod method, AdaptiveAuthenticationExtraDataRequest params)
-
Uses of URIFederationResponse in org.openiam.esb.am.service.impl
Methods in org.openiam.esb.am.service.impl that return URIFederationResponse Modifier and Type Method Description URIFederationResponse
URIFederationServiceImpl. federateProxyURI(String userId, String proxyURI, org.springframework.http.HttpMethod method, AdaptiveAuthenticationExtraDataRequest params)
URIFederationResponse
URIFederationServiceImpl. getMetadata(String proxyURI, org.springframework.http.HttpMethod method, AdaptiveAuthenticationExtraDataRequest params)
-
Uses of URIFederationResponse in org.openiam.rest
Methods in org.openiam.rest that return URIFederationResponse Modifier and Type Method Description URIFederationResponse
URIFederationRestController. federateProxyURI(String userId, String proxyURI, String method, String approvedAuthLevel, String userIP, Integer isNewFlags)
URIFederationResponse
URIFederationRestController. getMetadata(String userId, String proxyURI, String method, String approvedAuthLevel, String userIP, Integer isNewFlags)
-
Uses of URIFederationResponse in org.openiam.srvc.am
Methods in org.openiam.srvc.am that return URIFederationResponse Modifier and Type Method Description URIFederationResponse
URIFederationWebService. federateProxyURI(String userId, String proxyURI, String method, AdaptiveAuthenticationExtraDataRequest extraDataRequest)
URIFederationResponse
URIFederationWebServiceImpl. federateProxyURI(String userId, String proxyURI, String method, AdaptiveAuthenticationExtraDataRequest extraDataRequest)
URIFederationResponse
URIFederationWebService. getMetadata(String proxyURI, String method, AdaptiveAuthenticationExtraDataRequest extraDataRequest)
URIFederationResponse
URIFederationWebServiceImpl. getMetadata(String proxyURI, String method, AdaptiveAuthenticationExtraDataRequest extraDataRequest)
protected URIFederationResponse
AbstractURIFederationAPIService. getURIFederationMetadata(String proxyURI, String method, AdaptiveAuthenticationExtraDataRequest extraDataRequest)
-