Interface | Description |
---|---|
AclRule |
Created by greg on 7/17/15.
|
AclRuleSet |
Created by greg on 7/17/15.
|
AclRuleSetSource |
Created by greg on 7/20/15.
|
AclSubject |
Created by greg on 7/17/15.
|
AuthContext |
Facade for Authorization containing a subject
|
Authorization |
Instances of classes that implement this interface take context and command info
and lookup whether the user can execute the specified handler.
|
AuthorizationRequest |
A request to be evaluated
|
Decision | |
Explanation | |
NamedAuthContext |
An auth context which can provide a name
|
UserAndRoles |
A username and role list
|
UserAndRolesAuthContext |
Auth context with a name and role list
|
Validation |
Created by greg on 7/30/15.
|
Class | Description |
---|---|
AclRuleBuilder | |
AclRuleImpl |
Created by greg on 7/20/15.
|
AclRuleSetImpl |
Created by greg on 7/17/15.
|
AclsUtil |
Created by greg on 7/21/15.
|
Attribute | |
AuthorizationFactory |
Created by greg on 7/27/15.
|
AuthorizationRequestBuilder | |
AuthorizationRequestImpl |
Created by greg on 7/20/15.
|
AuthorizationUtil |
AuthorizationUtil provides utility methods for constructing authorization resource maps.
|
BasicEnvironmentalContext |
Basic implementation matches value for equality or as a regular expression if specified.
|
MultiAuthorization |
Combines two Authorization implementations, and processes requests with both of them.
|
RuleEvaluator |
Evaluate ACL requests over a set of rules
|
SubjectAuthContext |
Wraps a Subject and Authorization to provide AuthContext
|
ValidationSet |
Created by greg on 7/30/15.
|
Enum | Description |
---|---|
Explanation.Code |
Exception | Description |
---|---|
AuthorizationException |
AuthorizationException
|