Package org.openiam.srvc.am
Interface URIFederationWebService
-
- All Known Implementing Classes:
URIFederationWebServiceImpl
public interface URIFederationWebServiceCreated by alexander on 09/08/16.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description URIFederationResponsefederateProxyURI(String userId, String proxyURI, String method, AdaptiveAuthenticationExtraDataRequest extraDataRequest)ContentProvidergetCachedContentProvider(String providerId)URIPatterngetCachedURIPattern(String patternId)LoginResponsegetIdentityFromEncryptedCert(String proxyURI, String method, String cert, String pass)URIFederationResponsegetMetadata(String proxyURI, String method, AdaptiveAuthenticationExtraDataRequest extraDataRequest)ResponserefreshCache()
-
-
-
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)
-
-