|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object info.magnolia.cms.security.RescueSecuritySupport.RescueUser
protected class RescueSecuritySupport.RescueUser
TODO extract as top level class? Currently this class is tested implicitly by RescueSecuritySupportTest
.
A "fake" user, that is a user who is created in-memory rather than relying on a working users repository, as the latter may be corrupted and in need of being fixed.
See MAGNOLIA-3561.
Constructor Summary | |
---|---|
RescueSecuritySupport.RescueUser(String name,
String password)
|
Method Summary | |
---|---|
void |
addGroup(String groupName)
Adds this user to a group. |
void |
addRole(String roleName)
Adds a role to this user. |
Collection<String> |
getAllGroups()
Get all groups to which this user belongs to, collected recursively including. |
Collection<String> |
getAllRoles()
Get all roles assigned to this user, collected recursively including groups/subgroups. |
Collection<String> |
getGroups()
Get groups that are directly assigned to the user. |
String |
getIdentifier()
Gets user identifier. |
String |
getLanguage()
|
String |
getName()
|
String |
getPassword()
|
String |
getProperty(String propertyName)
Gets an arbitrary property from this user. |
Collection<String> |
getRoles()
Get roles that are directly assigned to the user. |
boolean |
hasRole(String roleName)
Is this user in a specified role? |
boolean |
inGroup(String groupName)
Is this user in a specified group? |
boolean |
isEnabled()
Returns false if the user was explicitly disabled. |
void |
removeGroup(String groupName)
Remove a group. |
void |
removeRole(String roleName)
Remove a role. |
void |
setEnabled(boolean enabled)
|
void |
setProperty(String propertyName,
String value)
Sets an arbitrary property for this user. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.security.Principal |
---|
equals, hashCode, toString |
Constructor Detail |
---|
public RescueSecuritySupport.RescueUser(String name, String password)
Method Detail |
---|
public boolean hasRole(String roleName)
User
hasRole
in interface User
roleName
- the name of the role
public void removeRole(String roleName) throws UnsupportedOperationException
User
removeRole
in interface User
UnsupportedOperationException
public void addRole(String roleName) throws UnsupportedOperationException
User
addRole
in interface User
roleName
- the name of the role
UnsupportedOperationException
public boolean inGroup(String groupName)
User
inGroup
in interface User
public void removeGroup(String groupName) throws UnsupportedOperationException
User
removeGroup
in interface User
UnsupportedOperationException
public void addGroup(String groupName) throws UnsupportedOperationException
User
addGroup
in interface User
UnsupportedOperationException
public boolean isEnabled()
User
isEnabled
in interface User
public void setEnabled(boolean enabled)
setEnabled
in interface User
public String getLanguage()
getLanguage
in interface User
public String getName()
getName
in interface User
getName
in interface Principal
public String getPassword()
getPassword
in interface User
public String getProperty(String propertyName)
User
getProperty
in interface User
public void setProperty(String propertyName, String value)
User
setProperty
in interface User
public String getIdentifier()
User
getIdentifier
in interface User
public Collection<String> getGroups()
User
getGroups
in interface User
public Collection<String> getAllGroups()
User
getAllGroups
in interface User
public Collection<String> getRoles()
User
getRoles
in interface User
public Collection<String> getAllRoles()
User
getAllRoles
in interface User
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |