Uses of Interface
org.apache.accumulo.core.security.AuthorizationContainer
-
Packages that use AuthorizationContainer Package Description org.apache.accumulo.core.constraints org.apache.accumulo.core.security -
-
Uses of AuthorizationContainer in org.apache.accumulo.core.constraints
Methods in org.apache.accumulo.core.constraints that return AuthorizationContainer Modifier and Type Method Description AuthorizationContainerConstraint.Environment. getAuthorizationsContainer()Gets the authorizations in the environment. -
Uses of AuthorizationContainer in org.apache.accumulo.core.security
Classes in org.apache.accumulo.core.security that implement AuthorizationContainer Modifier and Type Class Description classAuthorizationsA collection of authorization strings.Constructors in org.apache.accumulo.core.security with parameters of type AuthorizationContainer Constructor Description VisibilityEvaluator(AuthorizationContainer authsContainer)Creates a new evaluator for the authorizations found in the given container.
-