com.dtolabs.rundeck.core.authorization.providers
Interface EnvironmentalContext


public interface EnvironmentalContext

EnvironmentalContext determines if a set of environment attributes match a specific context.


Field Summary
static java.lang.String URI_BASE
          Base URI for rundeck environment attribute URIs
 
Method Summary
 boolean isValid()
          Return true if the context definition is valid
 boolean matches(java.util.Set<Attribute> environment)
          Return true if the context matches the input environment
 

Field Detail

URI_BASE

static final java.lang.String URI_BASE
Base URI for rundeck environment attribute URIs

See Also:
Constant Field Values
Method Detail

matches

boolean matches(java.util.Set<Attribute> environment)
Return true if the context matches the input environment


isValid

boolean isValid()
Return true if the context definition is valid