Interface ICafPortalAppUserAttribute
public interface ICafPortalAppUserAttribute
Interface for a wrapper around the information about a
mapped user attribute.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the logical name of the user attributeReturns the name of the user attributeReturns the uri of the principal attribute provider that contains this user attribute value.void
Sets the logical attribute name of the user attributevoid
setPortalAttributeName
(String name) Sets the attribute name of the user attributevoid
Sets the attribute provider URI
-
Method Details
-
getLogicalAttributeName
String getLogicalAttributeName()Returns the logical name of the user attribute- Returns:
- logical name of the user attribute
-
setLogicalAttributeName
Sets the logical attribute name of the user attribute- Parameters:
name
- the name of the attribute
-
getPortalAttributeProviderURI
String getPortalAttributeProviderURI()Returns the uri of the principal attribute provider that contains this user attribute value.- Returns:
- uri of the attribute provider
-
setPortalAttributeProviderURI
Sets the attribute provider URI- Parameters:
uri
- the uri of the attribute provider
-
getPortalAttributeName
String getPortalAttributeName()Returns the name of the user attribute- Returns:
- name of the user attribute
-
setPortalAttributeName
Sets the attribute name of the user attribute- Parameters:
name
- the name of the attribute
-