Class RolesConfig
java.lang.Object
com.polarion.platform.spi.security.RolesConfig
- Author:
- dobisekm
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addAll
(RolesConfig other) Adds all the roles from the other config into this config.boolean
getDefaultHatForRole
(String role) getRoles()
boolean
removeRole
(String role) boolean
setDefaultHatForRole
(String role, String hatId)
-
Field Details
-
ELM_ROLES
- See Also:
-
ELM_ROLE
- See Also:
-
AT_DEFAULT_HAT
- See Also:
-
-
Constructor Details
-
RolesConfig
public RolesConfig() -
RolesConfig
-
RolesConfig
-
-
Method Details
-
serialize
-
addAll
Adds all the roles from the other config into this config. -
getRoles
-
addRole
-
removeRole
-
setDefaultHatForRole
-
getDefaultHatForRole
-