Serialized Form

  • Package org.wso2.carbon.user.api

    • Class org.wso2.carbon.user.api.Claim

      class Claim extends Object implements Serializable
      • Serialized Fields

        • checkedAttribute
          boolean checkedAttribute
          This is to indicate that this is a checked attribute with a boolean value.
        • claimUri
          String claimUri
          An URI to uniquely identify a given claim. This is the one used by the top layers applications are aware of.
        • description
          String description
          This is a detailed description of the claim.
        • dialectURI
          String dialectURI
          Dialect URI for the claim. Dialect will be useful to group claims.
        • displayOrder
          int displayOrder
          This is the display order in the Carbon UI framework
        • displayTag
          String displayTag
          This is the value that should be displayed on the UI - when claims are taken to the front end.
        • excludedUserStores
          Set<String> excludedUserStores
          Set of user stores that exclude this claim.
        • extendedValued
          boolean extendedValued
          Indicates whether the claim is extended value which requires special handling in the user store.
        • managedInUserStore
          Boolean managedInUserStore
          Indicates whether the claim is managed in the user store.
        • multiValued
          boolean multiValued
          This is to indicate whether attribute to be treated as multivalued or not.
        • readOnly
          boolean readOnly
          This is to indicate the claim is read-only.
        • regEx
          String regEx
          Regular expression to validate the claim value - if nothing is provided, no validation will take place.
        • required
          boolean required
          These are the claims required at the time user registration.
        • supportedByDefault
          boolean supportedByDefault
          This are claim asked at the time of registration. Privileged users will be able to mark claims those are not supported by default as 'supported' later. This is a sub-set of the claims read from the claim-config.xml.
        • value
          String value
          This is the value of the claim
    • Exception Class org.wso2.carbon.user.api.UserStoreClientException

      class UserStoreClientException extends UserStoreException implements Serializable
      serialVersionUID:
      5819480098104379853L
      • Serialized Fields

    • Exception Class org.wso2.carbon.user.api.UserStoreException

      class UserStoreException extends Exception implements Serializable
      serialVersionUID:
      -6057036683816666265L