Interface ISecurityService
- All Superinterfaces:
IComponent
,IDirSystemManagementObject
,IInitializable
- All Known Subinterfaces:
ISamlSecurityService
Implements the security service interface
-
Field Summary
Fields inherited from interface com.webmethods.portal.service.dir.IDirSystemManagementObject
CREATE_GROUP_MODE, CREATE_USER_MODE, CURRENT_PRINCIPAL
-
Method Summary
Modifier and TypeMethodDescriptiongenerateSecurityArtifact
(IURI principalURI) Generate the security artfiact according the appropriate specificationValidate whether this is a valid artifact (ie: one that was returned fromgenerateSecurityArtifact(com.webmethods.portal.system.IURI)
Methods 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
-
Method Details
-
generateSecurityArtifact
Generate the security artfiact according the appropriate specification- Parameters:
principalURI
-- Throws:
PortalException
- See Also:
-
validate
Validate whether this is a valid artifact (ie: one that was returned fromgenerateSecurityArtifact(com.webmethods.portal.system.IURI)
- Parameters:
artifact
-- Returns:
- uri of the principal or null if not valid
- Throws:
PortalException
-