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 StringAbstractAuthLevelRedirectUrl. getRedirectURL(URIFederationResponse uriFederationResponse, String proxyURI)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 URIFederationResponseURIFederationService. federateProxyURI(String userId, String proxyURI, org.springframework.http.HttpMethod method, AdaptiveAuthenticationExtraDataRequest params)URIFederationResponseURIFederationService. 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 URIFederationResponseURIFederationServiceImpl. federateProxyURI(String userId, String proxyURI, org.springframework.http.HttpMethod method, AdaptiveAuthenticationExtraDataRequest params)URIFederationResponseURIFederationServiceImpl. 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 URIFederationResponseURIFederationRestController. federateProxyURI(String userId, String proxyURI, String method, String approvedAuthLevel, String userIP, Integer isNewFlags)URIFederationResponseURIFederationRestController. 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 URIFederationResponseURIFederationWebService. federateProxyURI(String userId, String proxyURI, String method, AdaptiveAuthenticationExtraDataRequest extraDataRequest)URIFederationResponseURIFederationWebServiceImpl. federateProxyURI(String userId, String proxyURI, String method, AdaptiveAuthenticationExtraDataRequest extraDataRequest)URIFederationResponseURIFederationWebService. getMetadata(String proxyURI, String method, AdaptiveAuthenticationExtraDataRequest extraDataRequest)URIFederationResponseURIFederationWebServiceImpl. getMetadata(String proxyURI, String method, AdaptiveAuthenticationExtraDataRequest extraDataRequest)protected URIFederationResponseAbstractURIFederationAPIService. getURIFederationMetadata(String proxyURI, String method, AdaptiveAuthenticationExtraDataRequest extraDataRequest)
-