|
SMILA (incubation) API documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.smila.security.processing.SampleSecurityConverterPipelet
public class SampleSecurityConverterPipelet
Sample Security Converter Pipelet.
Nested Class Summary | |
---|---|
static class |
SampleSecurityConverterPipelet.ExecutionMode
Types of execution modes this service supports. |
Field Summary | |
---|---|
static java.lang.String |
EXECUTION_MODE
name of annotation configuring the type of execution. |
static java.lang.String |
PROP_READ_USERS_ATTRIBUTE_NAME
Constant for the property readUsersAttributeName. |
static java.lang.String |
PROP_RESOLVE_GROUPS
Constant for the property resolveGroups. |
static java.lang.String |
PROP_RESOLVE_USER_NAMES
Constant for the property resolveUserNames. |
static java.lang.String |
PROP_RESOLVED_USER_NAME_PROPERTY_NAME
Constant for the property resolvedUserNamePropertyName. |
Constructor Summary | |
---|---|
SampleSecurityConverterPipelet()
|
Method Summary | |
---|---|
void |
configure(AnyMap configuration)
Reads the configuration. |
java.lang.String[] |
process(Blackboard blackboard,
java.lang.String[] recordIds)
process records on Blackboard service. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String PROP_READ_USERS_ATTRIBUTE_NAME
public static final java.lang.String PROP_RESOLVE_GROUPS
public static final java.lang.String PROP_RESOLVE_USER_NAMES
public static final java.lang.String PROP_RESOLVED_USER_NAME_PROPERTY_NAME
public static final java.lang.String EXECUTION_MODE
Constructor Detail |
---|
public SampleSecurityConverterPipelet()
Method Detail |
---|
public void configure(AnyMap configuration) throws ProcessingException
configure
in interface Pipelet
configuration
- configuration of pipelet.
ProcessingException
- configuration is not applicable for pipelet (missing properties, wrong datatypes)public java.lang.String[] process(Blackboard blackboard, java.lang.String[] recordIds) throws ProcessingException
process
in interface Pipelet
blackboard
- Blackboard service managing the records.recordIds
- Ids of records to process.
ProcessingException
- error during processing.
|
SMILA (incubation) API documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |