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 TypeMethodDescriptionvoid
MTAccessGroup.addPrivilege
(MTUserHeader.RepositoryPrivilege priv) void
MTUser.addPrivilege
(MTRepository repository, MTUserHeader.RepositoryPrivilege priv) boolean
MTUserHeader.hasPrivileges
(MTRepositoryHeader repository, MTUserHeader.RepositoryPrivilege... privileges) Checks if the user has a set of privileges in the specified repository.boolean
MTUserHeader.hasPrivileges
(MTUserHeader.RepositoryPrivilege... privileges) Checks if the user has a set of privileges in the current repository.boolean
MTUserHeader.hasPrivilegesInAnyRepository
(MTUserHeader.RepositoryPrivilege... privileges) Returns true if the user has a set of privileges in any available repository.void
MTAccessGroup.removePrivilege
(MTUserHeader.RepositoryPrivilege priv) void
MTUser.removePrivilege
(MTRepository repository, MTUserHeader.RepositoryPrivilege priv) Method parameters in se.conciliate.extensions.store with type arguments of type MTUserHeader.RepositoryPrivilegeModifier and TypeMethodDescriptionboolean
MTUserHeader.hasPrivileges
(Collection<MTUserHeader.RepositoryPrivilege> privileges) Checks if the user has a set of privileges in the current repository.boolean
MTUserHeader.hasPrivileges
(MTRepositoryHeader repository, Collection<MTUserHeader.RepositoryPrivilege> privileges) Checks if the user has a set of privileges in the specified repository.