Interface ISamlSecurityService
- All Superinterfaces:
IComponent
,IDirSystemManagementObject
,IInitializable
,ISecurityService
Date: Sep 29, 2004
-
Field Summary
Fields inherited from interface com.webmethods.portal.service.dir.IDirSystemManagementObject
CREATE_GROUP_MODE, CREATE_USER_MODE, CURRENT_PRINCIPAL
-
Method Summary
Modifier and TypeMethodDescriptionvalidateSamlAssertion
(Element element, String soapMethodName) Given a saml artifact assertion request, validate it and return an appropriate SAML artifact assertionMethods inherited from interface com.webmethods.portal.system.IComponent
getComponentData, getComponentName, getComponentProvider, getURI, isInitialized, setComponentData, setComponentProvider
Methods inherited from interface com.webmethods.portal.service.dir.IDirSystemManagementObject
getPortletBean
Methods inherited from interface com.webmethods.portal.system.init.IInitializable
init, shutdown
Methods inherited from interface com.webmethods.portal.service.dir.ISecurityService
generateSecurityArtifact, validate
-
Method Details
-
validateSamlAssertion
Given a saml artifact assertion request, validate it and return an appropriate SAML artifact assertion- Parameters:
element
-soapMethodName
-- Returns:
- Throws:
PortalException
-