Package org.openiam.esb.am.service
Interface URIFederationService
-
- All Known Implementing Classes:
URIFederationServiceImpl
public interface URIFederationService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AuthenticationRequestcreateAuthenticationRequest(String principal, String proxyURI, org.springframework.http.HttpMethod method)URIFederationResponsefederateProxyURI(String userId, String proxyURI, org.springframework.http.HttpMethod method, AdaptiveAuthenticationExtraDataRequest params)ContentProvidergetCachedContentProvider(String providerId)URIPatterngetCachedURIPattern(String patternId)LoginResponsegetIdentityFromCert(String proxyURI, org.springframework.http.HttpMethod method, org.springframework.web.multipart.MultipartFile certContents)LoginResponsegetIdentityFromEncryptedCert(String proxyURI, org.springframework.http.HttpMethod method, String cert, String pass)URIFederationResponsegetMetadata(String proxyURI, org.springframework.http.HttpMethod method, AdaptiveAuthenticationExtraDataRequest params)voidsweep()
-
-
-
Method Detail
-
createAuthenticationRequest
AuthenticationRequest createAuthenticationRequest(String principal, String proxyURI, org.springframework.http.HttpMethod method) throws BasicDataServiceException
- Throws:
BasicDataServiceException
-
federateProxyURI
URIFederationResponse federateProxyURI(String userId, String proxyURI, org.springframework.http.HttpMethod method, AdaptiveAuthenticationExtraDataRequest params)
-
getMetadata
URIFederationResponse getMetadata(String proxyURI, org.springframework.http.HttpMethod method, AdaptiveAuthenticationExtraDataRequest params)
-
sweep
void sweep()
-
getCachedContentProvider
ContentProvider getCachedContentProvider(String providerId)
-
getCachedURIPattern
URIPattern getCachedURIPattern(String patternId)
-
getIdentityFromCert
LoginResponse getIdentityFromCert(String proxyURI, org.springframework.http.HttpMethod method, org.springframework.web.multipart.MultipartFile certContents) throws BasicDataServiceException
- Throws:
BasicDataServiceException
-
getIdentityFromEncryptedCert
LoginResponse getIdentityFromEncryptedCert(String proxyURI, org.springframework.http.HttpMethod method, String cert, String pass) throws BasicDataServiceException
- Throws:
BasicDataServiceException
-
-