Package com.soffid.iam.rc.service.ejb
Interface SamlService
public interface SamlService
EJB SamlService
-
Method Summary
Modifier and TypeMethodDescriptionString[]checkAuthenticationToken(String[] token) generateMetadata(String hostName) generateSamlRequest(String hostName, String app) validateOpenidToken(String token)
-
Method Details
-
generateSamlRequest
- Throws:
InternalErrorException
-
checkAuthenticationToken
- Throws:
InternalErrorException
-
generateMetadata
- Throws:
InternalErrorException
-
validateOpenidToken
- Throws:
InternalErrorException
-
authenticate
String[] authenticate(String hostName, String app, String protocol, Map<String, String> response) throws InternalErrorException- Throws:
InternalErrorException
-
findIdentityProviders
- Throws:
InternalErrorException
-
findIdentityProviders
- Throws:
InternalErrorException
-