public class ConfigurationEntry extends AbstractBaseRule implements Comparable<ConfigurationEntry>
Constructor and Description |
---|
ConfigurationEntry(AuthorizationManagerImpl managerImpl,
String id,
String serviceType,
int priority,
Map<String,String> properties) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(ConfigurationEntry o)
Sorted by highest priority first
|
void |
dispose() |
Throwable |
getError() |
String |
getId() |
int |
getPriority() |
String |
getServiceType() |
boolean |
isRealized() |
protected NotifyFuture<AuthorizationResult> |
procesAuthorize(AuthorizationContext context) |
boolean |
realize() |
boolean |
realizedBy(AuthorizationService service) |
void |
unrealize() |
authorize, getActionFilter, getIdFilter, getScriptFilter, getTypeFilter, setPreFilter, setPreFilter
public String getId()
public int getPriority()
public String getServiceType()
public Throwable getError()
public boolean isRealized()
public boolean realize()
public void unrealize()
public void dispose()
dispose
in interface AuthorizationRule
dispose
in class AbstractBaseRule
public boolean realizedBy(AuthorizationService service)
protected NotifyFuture<AuthorizationResult> procesAuthorize(AuthorizationContext context)
procesAuthorize
in class AbstractBaseRule
public int compareTo(ConfigurationEntry o)
compareTo
in interface Comparable<ConfigurationEntry>
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.