Uses of Class
org.apache.nifi.authorization.exception.UninheritableAuthorizationsException
Packages that use UninheritableAuthorizationsException
-
Uses of UninheritableAuthorizationsException in org.apache.nifi.authorization
Methods in org.apache.nifi.authorization that throw UninheritableAuthorizationsExceptionModifier and TypeMethodDescriptionfinal voidAbstractPolicyBasedAuthorizer.checkInheritability(String proposedFingerprint) Returns whether the proposed fingerprint is inheritable.voidConfigurableAccessPolicyProvider.checkInheritability(String proposedFingerprint) When the fingerprints are not equal, this method will check if the proposed fingerprint is inheritable.voidConfigurableUserGroupProvider.checkInheritability(String proposedFingerprint) When the fingerprints are not equal, this method will check if the proposed fingerprint is inheritable.voidManagedAuthorizer.checkInheritability(String proposedFingerprint) When the fingerprints are not equal, this method will check if the proposed fingerprint is inheritable.