Interface IPrincipalAttributeProviderEx
- All Superinterfaces:
IComponent
,IDirSystemManagementObject
,IInitializable
,IPrincipalAttributeProvider
Extention of the IPrincipalAttributeProvider to add new methods that retrieve
an TypedAttribute object
-
Field Summary
Fields inherited from interface com.webmethods.portal.service.dir.IDirSystemManagementObject
CREATE_GROUP_MODE, CREATE_USER_MODE, CURRENT_PRINCIPAL
-
Method Summary
Modifier and TypeMethodDescriptiongetTypedAttribute
(IURI principalURI, String attrName) Retrieves an TypedAttribute object for the specified attributegetTypedAttributes
(IURI principalURI) Retrieve a Map of TypedAttribute objects for the specified principalMethods 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.IPrincipalAttributeProvider
getAttribute, getAttributeNames, getAttributes, getAttributeTitle, getAttributeTitles, setAttribute
-
Method Details
-
getTypedAttribute
Retrieves an TypedAttribute object for the specified attribute- Parameters:
principalURI
-attrName
-- Throws:
PortalException
-
getTypedAttributes
Retrieve a Map of TypedAttribute objects for the specified principal- Parameters:
principalURI
-- Returns:
- Throws:
PortalException
-