Class AuthorizationRole

java.lang.Object
com.soffid.iam.base.api.AuthorizationRole
All Implemented Interfaces:
Serializable

public class AuthorizationRole extends Object implements Serializable
ValueObject AuthorizationRole Contains a low-level authorization granted to a role
See Also:
  • Constructor Details

  • Method Details

    • getId

      public Long getId()
      Gets value for attribute id
    • setId

      public void setId(Long id)
      Sets value for attribute id
    • getAuthorization

      public String getAuthorization()
      Gets value for attribute authorization
    • setAuthorization

      public void setAuthorization(String authorization)
      Sets value for attribute authorization
    • getRole

      public Role getRole()
      Gets value for attribute role
    • setRole

      public void setRole(Role role)
      Sets value for attribute role
    • getUserRoleValueDomain

      public Collection<DomainValue> getUserRoleValueDomain()
      Gets value for attribute userRoleValueDomain
    • setUserRoleValueDomain

      public void setUserRoleValueDomain(Collection<DomainValue> userRoleValueDomain)
      Sets value for attribute userRoleValueDomain
    • getDescription

      public String getDescription()
      Gets value for attribute description
    • setDescription

      public void setDescription(String description)
      Sets value for attribute description
    • getDomainType

      public String getDomainType()
      Gets value for attribute domainType
    • setDomainType

      public void setDomainType(String domainType)
      Sets value for attribute domainType
    • getBusinessGroupScope

      public String getBusinessGroupScope()
      Gets value for attribute businessGroupScope
    • setBusinessGroupScope

      public void setBusinessGroupScope(String businessGroupScope)
      Sets value for attribute businessGroupScope
    • getScope

      public String getScope()
      Gets value for attribute scope
    • setScope

      public void setScope(String scope)
      Sets value for attribute scope
    • getInherit

      public String getInherit()
      Gets value for attribute inherit
    • setInherit

      public void setInherit(String inherit)
      Sets value for attribute inherit
    • toString

      public String toString()
      Returns a string representation of the value object.
      Overrides:
      toString in class Object