Package org.cyclos.services.access
Interface InternalIdentityProviderService
-
- All Superinterfaces:
Service
- All Known Subinterfaces:
InternalIdentityProviderServiceLocal
- All Known Implementing Classes:
InternalIdentityProviderServiceImpl,InternalIdentityProviderServiceSecurity
public interface InternalIdentityProviderService extends Service
Service used for the identity provider callback handling
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CallbackResultcallback(String requestId, RequestInfo requestInfo)Process the callback from an identity providerStringredirect(String requestId, RequestInfo requestInfo)Computes the redirect URL for the given request id
-
-
-
Method Detail
-
callback
CallbackResult callback(String requestId, RequestInfo requestInfo) throws FrameworkException
Process the callback from an identity provider- Throws:
FrameworkException
-
redirect
String redirect(String requestId, RequestInfo requestInfo) throws FrameworkException
Computes the redirect URL for the given request id- Throws:
FrameworkException
-
-