Class ApplicationRoleHasherImpl
java.lang.Object
com.atlassian.jira.rest.v2.admin.applicationrole.ApplicationRoleHasherImpl
- All Implemented Interfaces:
ApplicationRoleHasher
- Since:
- v7.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetVersionHash
(Collection<ApplicationRole> applicationRoles) Get the hash version based on the state of the passed application roles
-
Field Details
-
ApplicationRoleNameSorter
-
-
Constructor Details
-
ApplicationRoleHasherImpl
public ApplicationRoleHasherImpl()
-
-
Method Details
-
getVersionHash
Description copied from interface:ApplicationRoleHasher
Get the hash version based on the state of the passed application roles- Specified by:
getVersionHash
in interfaceApplicationRoleHasher
- Returns:
- a hash indicating a version of the data stored
-