Class RolesConfig
java.lang.Object
com.polarion.platform.spi.security.RolesConfig
- Author:
- dobisekm
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAll(RolesConfig other) Adds all the roles from the other config into this config.booleangetDefaultHatForRole(String role) getRoles()booleanremoveRole(String role) booleansetDefaultHatForRole(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
-