Class PermittedGroupImpl
java.lang.Object
com.atlassian.crowd.manager.permission.DirectoryGroupImpl
com.atlassian.crowd.manager.permission.PermittedGroupImpl
- All Implemented Interfaces:
DirectoryGroup
,PermittedGroup
Convenience implementation (non persisted) to return to the service layer
-
Constructor Summary
ConstructorDescriptionPermittedGroupImpl
(UserPermission permission, Long directoryId, String directoryName, String groupName) -
Method Summary
Methods inherited from class com.atlassian.crowd.manager.permission.DirectoryGroupImpl
getDirectoryId, getDirectoryName, getGroupName
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.atlassian.crowd.manager.permission.DirectoryGroup
getDirectoryId, getDirectoryName, getGroupName
-
Constructor Details
-
PermittedGroupImpl
public PermittedGroupImpl(UserPermission permission, Long directoryId, String directoryName, String groupName)
-
-
Method Details
-
getPermission
Description copied from interface:PermittedGroup
A UserPermission granted to this DirectoryGroup- Specified by:
getPermission
in interfacePermittedGroup
- Returns:
- the permission
-
toString
- Overrides:
toString
in classDirectoryGroupImpl
-
equals
- Overrides:
equals
in classDirectoryGroupImpl
-
hashCode
public int hashCode()- Overrides:
hashCode
in classDirectoryGroupImpl
-