public class ConfigurationEntry extends AbstractBaseRule implements java.lang.Comparable<ConfigurationEntry>
| Constructor and Description |
|---|
ConfigurationEntry(AuthorizationManagerImpl managerImpl,
java.lang.String id,
java.lang.String serviceType,
int priority,
java.util.Map<java.lang.String,java.lang.String> properties) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ConfigurationEntry o)
Sorted by highest priority first
|
void |
dispose() |
java.lang.Throwable |
getError() |
java.lang.String |
getId() |
int |
getPriority() |
java.lang.String |
getServiceType() |
boolean |
isRealized() |
protected |
procesAuthorize(AuthorizationContext context) |
boolean |
realize() |
boolean |
realizedBy(AuthorizationService service) |
void |
unrealize() |
authorize, getActionFilter, getIdFilter, getScriptFilter, getTypeFilter, setPreFilter, setPreFilterpublic ConfigurationEntry(AuthorizationManagerImpl managerImpl, java.lang.String id, java.lang.String serviceType, int priority, java.util.Map<java.lang.String,java.lang.String> properties)
public java.lang.String getId()
public int getPriority()
public java.lang.String getServiceType()
public java.lang.Throwable getError()
public boolean isRealized()
public boolean realize()
public void unrealize()
public void dispose()
dispose in class AbstractBaseRulepublic boolean realizedBy(AuthorizationService service)
protectedprocesAuthorize(AuthorizationContext context)
procesAuthorize in class AbstractBaseRulepublic int compareTo(ConfigurationEntry o)
compareTo in interface java.lang.Comparable<ConfigurationEntry>
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0