Uses of Enum
de.xima.fc.certificate.ms.impl.authorization.PermissionAction
Packages that use PermissionAction
-
Uses of PermissionAction in de.xima.fc.certificate.ms.impl.authorization
Subclasses with type arguments of type PermissionAction in de.xima.fc.certificate.ms.impl.authorizationModifier and TypeClassDescriptionenumEnum representing various permission actions that can be performed on entities.Methods in de.xima.fc.certificate.ms.impl.authorization that return PermissionActionModifier and TypeMethodDescriptionstatic PermissionActionReturns the enum constant of this type with the specified name.static PermissionAction[]PermissionAction.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.xima.fc.certificate.ms.impl.authorization with parameters of type PermissionActionModifier and TypeMethodDescriptionbooleanIUserAccessController.hasCertificatePermission(CertificateEntity certificate, AuthenticatedUser user, PermissionAction action) Checks if the user has permission to perform the specified action on the given certificate entity.booleanUserAccessController.hasCertificatePermission(CertificateEntity certificate, AuthenticatedUser user, PermissionAction action) booleanIUserAccessController.hasCertificateSettingsPermission(AuthenticatedUser user, PermissionAction permissionAction) Checks if the user has permission to perform the specified action on the general certificate settings.booleanUserAccessController.hasCertificateSettingsPermission(AuthenticatedUser user, PermissionAction permissionAction) booleanIUserAccessController.hasKeyPairPermission(KeyPairEntity keyPair, AuthenticatedUser user, PermissionAction action) Checks if the user has permission to perform the specified action on the given key pair entity.booleanUserAccessController.hasKeyPairPermission(KeyPairEntity keyPair, AuthenticatedUser user, PermissionAction action) booleanIUserAccessController.hasKeyStorePermission(KeyStoreEntity keyStore, AuthenticatedUser user, PermissionAction action) Checks if the user has permission to perform the specified action on the given keystore entity.booleanUserAccessController.hasKeyStorePermission(KeyStoreEntity keyStore, AuthenticatedUser user, PermissionAction action)