Package org.openiam.srvc.am
Interface URIFederationWebService
-
- All Known Implementing Classes:
URIFederationWebServiceImpl
public interface URIFederationWebService
Created by alexander on 09/08/16.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description URIFederationResponse
federateProxyURI(String userId, String proxyURI, String method, AdaptiveAuthenticationExtraDataRequest extraDataRequest)
ContentProvider
getCachedContentProvider(String providerId)
URIPattern
getCachedURIPattern(String patternId)
LoginResponse
getIdentityFromEncryptedCert(String proxyURI, String method, String cert, String pass)
URIFederationResponse
getMetadata(String proxyURI, String method, AdaptiveAuthenticationExtraDataRequest extraDataRequest)
Response
refreshCache()
-
-
-
Method Detail
-
getMetadata
URIFederationResponse getMetadata(String proxyURI, String method, AdaptiveAuthenticationExtraDataRequest extraDataRequest)
-
getCachedContentProvider
ContentProvider getCachedContentProvider(String providerId)
-
getCachedURIPattern
URIPattern getCachedURIPattern(String patternId)
-
refreshCache
Response refreshCache()
-
getIdentityFromEncryptedCert
LoginResponse getIdentityFromEncryptedCert(String proxyURI, String method, String cert, String pass)
-
federateProxyURI
URIFederationResponse federateProxyURI(String userId, String proxyURI, String method, AdaptiveAuthenticationExtraDataRequest extraDataRequest)
-
-