Package com.dtolabs.rundeck.core.authorization

Interface Summary
Authorization Instances of classes that implement this interface take context and command info and lookup whether the user can execute the specified handler.
Decision  
Explanation  
LegacyAuthorization Provide a place to capture the method signatures that used to be on Authorization.
 

Class Summary
Attribute  
AuthorizationMgrFactory AuthorizationMgrFactory
BaseAclsAuthorization BaseAclsAuthorization is a legacy class and is being preserved until it can be depreciated.
BaseAuthorization BasAuthorization is ...
CheckAuth Created with IntelliJ IDEA.
CheckAuth.SingleUserAclsAuthorization  
DenyAuthorization Provides trivial DENY implementation of Authorization interface.
EvalAuth Created with IntelliJ IDEA.
EvalAuth.SingleUserAclsAuthorization  
JndiAuthorization JndiAuthorization, Provides basic authentication using JNDI to lookup user roles.
JndiConfigParser JndiConfigParser
NoAuthorization Provides trivial ALLOW implementation of Authorization interface.
TimeanddayExp TimeanddayExp class to represent time contraints applied to an acl.
 

Enum Summary
Explanation.Code  
 

Exception Summary
AuthorizationException AuthorizationException