Interface ICafPortalAppUserAttribute


public interface ICafPortalAppUserAttribute
Interface for a wrapper around the information about a mapped user attribute.
  • Method Details

    • getLogicalAttributeName

      String getLogicalAttributeName()
      Returns the logical name of the user attribute
      Returns:
      logical name of the user attribute
    • setLogicalAttributeName

      void setLogicalAttributeName(String name)
      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

      void setPortalAttributeProviderURI(String uri)
      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

      void setPortalAttributeName(String name)
      Sets the attribute name of the user attribute
      Parameters:
      name - the name of the attribute