Uses of Enum Class
se.conciliate.extensions.store.MTUserHeader.RepositoryPrivilege
Packages that use MTUserHeader.RepositoryPrivilege
Package
Description
Provides a means to create, retrieve, update and delete all different
persistently stored objects.
-
Uses of MTUserHeader.RepositoryPrivilege in se.conciliate.extensions.store
Methods in se.conciliate.extensions.store that return MTUserHeader.RepositoryPrivilegeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static MTUserHeader.RepositoryPrivilege[]MTUserHeader.RepositoryPrivilege.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in se.conciliate.extensions.store that return types with arguments of type MTUserHeader.RepositoryPrivilegeModifier and TypeMethodDescriptionstatic List<MTUserHeader.RepositoryPrivilege>MTUserHeader.RepositoryPrivilege.getDefault()MTAccessGroup.getPrivileges()Methods in se.conciliate.extensions.store with parameters of type MTUserHeader.RepositoryPrivilegeModifier and TypeMethodDescriptionvoidMTAccessGroup.addPrivilege(MTUserHeader.RepositoryPrivilege priv) voidMTUser.addPrivilege(MTRepository repository, MTUserHeader.RepositoryPrivilege priv) booleanMTUserHeader.hasPrivileges(MTRepositoryHeader repository, MTUserHeader.RepositoryPrivilege... privileges) Checks if the user has a set of privileges in the specified repository.booleanMTUserHeader.hasPrivileges(MTUserHeader.RepositoryPrivilege... privileges) Checks if the user has a set of privileges in the current repository.booleanMTUserHeader.hasPrivilegesInAnyRepository(MTUserHeader.RepositoryPrivilege... privileges) Returns true if the user has a set of privileges in any available repository.voidMTAccessGroup.removePrivilege(MTUserHeader.RepositoryPrivilege priv) voidMTUser.removePrivilege(MTRepository repository, MTUserHeader.RepositoryPrivilege priv) Method parameters in se.conciliate.extensions.store with type arguments of type MTUserHeader.RepositoryPrivilegeModifier and TypeMethodDescriptionbooleanMTUserHeader.hasPrivileges(Collection<MTUserHeader.RepositoryPrivilege> privileges) Checks if the user has a set of privileges in the current repository.booleanMTUserHeader.hasPrivileges(MTRepositoryHeader repository, Collection<MTUserHeader.RepositoryPrivilege> privileges) Checks if the user has a set of privileges in the specified repository.