com.ibm.wsspi.batch.security

Class JobOperationAuthorizer

  1. java.lang.Object
  2. extended bycom.ibm.websphere.grid.spi.SPI
  3. extended bycom.ibm.wsspi.batch.security.JobOperationAuthorizer
All implemented interfaces:
java.lang.Comparable

  1. public abstract class JobOperationAuthorizer
  2. extends SPI

Nested Class Summary

Modifier and Type Class and Description
  1. static class
JobOperationAuthorizer.JOB_OPERATION
  1. static class
JobOperationAuthorizer.JOB_TYPE

Constructor Summary

Constructor and Description
JobOperationAuthorizer()

Method Summary

Modifier and Type Method and Description
  1. abstract
  2. java.lang.Boolean
authorized(java.lang.String user,java.lang.String[] userGroup,JobOperationAuthorizer.JOB_OPERATION operation,java.lang.String job,java.lang.String[] jobGroup,JobOperationAuthorizer.JOB_TYPE type)
Methods inherited from class com.ibm.websphere.grid.spi.SPI
compareTo, getInvocationOrder, getName, setInvocationOrder, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructor Detail

JobOperationAuthorizer

  1. public JobOperationAuthorizer()

Method Detail

authorized

  1. public abstract java.lang.Boolean authorized( java.lang.String user,
  2. java.lang.String[] userGroup,
  3. JobOperationAuthorizer.JOB_OPERATION operation,
  4. java.lang.String job,
  5. java.lang.String[] jobGroup,
  6. JobOperationAuthorizer.JOB_TYPE type)
Parameters:
user -