Package com.soffid.iam.base.api
Class AuthorizationRole
java.lang.Object
com.soffid.iam.base.api.AuthorizationRole
- All Implemented Interfaces:
Serializable
ValueObject AuthorizationRole
Contains a low-level authorization granted to a role
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAuthorizationRole(AuthorizationRole otherBean) AuthorizationRole(Long id, String authorization, Role role, Collection<DomainValue> userRoleValueDomain, String description, String domainType, String businessGroupScope, String scope, String inherit) AuthorizationRole(String authorization, Role role) -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute authorizationGets value for attribute businessGroupScopeGets value for attribute descriptionGets value for attribute domainTypegetId()Gets value for attribute idGets value for attribute inheritgetRole()Gets value for attribute rolegetScope()Gets value for attribute scopeGets value for attribute userRoleValueDomainvoidsetAuthorization(String authorization) Sets value for attribute authorizationvoidsetBusinessGroupScope(String businessGroupScope) Sets value for attribute businessGroupScopevoidsetDescription(String description) Sets value for attribute descriptionvoidsetDomainType(String domainType) Sets value for attribute domainTypevoidSets value for attribute idvoidsetInherit(String inherit) Sets value for attribute inheritvoidSets value for attribute rolevoidSets value for attribute scopevoidsetUserRoleValueDomain(Collection<DomainValue> userRoleValueDomain) Sets value for attribute userRoleValueDomaintoString()Returns a string representation of the value object.
-
Constructor Details
-
AuthorizationRole
public AuthorizationRole() -
AuthorizationRole
public AuthorizationRole(Long id, String authorization, Role role, Collection<DomainValue> userRoleValueDomain, String description, String domainType, String businessGroupScope, String scope, String inherit) -
AuthorizationRole
-
AuthorizationRole
-
-
Method Details
-
getId
Gets value for attribute id -
setId
Sets value for attribute id -
getAuthorization
Gets value for attribute authorization -
setAuthorization
Sets value for attribute authorization -
getRole
Gets value for attribute role -
setRole
Sets value for attribute role -
getUserRoleValueDomain
Gets value for attribute userRoleValueDomain -
setUserRoleValueDomain
Sets value for attribute userRoleValueDomain -
getDescription
Gets value for attribute description -
setDescription
Sets value for attribute description -
getDomainType
Gets value for attribute domainType -
setDomainType
Sets value for attribute domainType -
getBusinessGroupScope
Gets value for attribute businessGroupScope -
setBusinessGroupScope
Sets value for attribute businessGroupScope -
getScope
Gets value for attribute scope -
setScope
Sets value for attribute scope -
getInherit
Gets value for attribute inherit -
setInherit
Sets value for attribute inherit -
toString
Returns a string representation of the value object.
-