|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectuk.org.ogsadai.authorization.NullWorkflowAuthorizer
public class NullWorkflowAuthorizer
Workflow authorizer that always authorizes any the given workflow. This is used when no workflow authorizer has been specified.
| Constructor Summary | |
|---|---|
NullWorkflowAuthorizer()
Constructor. |
|
| Method Summary | |
|---|---|
Workflow |
authorizeWorkflow(Workflow workflow,
SecurityContext securityContext)
Authorizes a workflow that is about to executed as a sub-workflow from within an activity. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NullWorkflowAuthorizer()
| Method Detail |
|---|
public Workflow authorizeWorkflow(Workflow workflow,
SecurityContext securityContext)
throws AuthorizationException
WorkflowAuthorizer
authorizeWorkflow in interface WorkflowAuthorizerworkflow - Workflow to be authorized.securityContext - Ssecurity context containing requester's details.
AuthorizationException - If the request is not authorized.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||