planetj.possiblevalues
Class UserAuthenticationListOperationsPV

java.lang.Object
  |
  +--planetj.possiblevalues.UserAuthenticationListOperationsPV
All Implemented Interfaces:
IPossibleValueGetter

public class UserAuthenticationListOperationsPV
extends Object
implements IPossibleValueGetter

This class gets the possible values for Authentication operations with Authorization operations grouped in.


Constructor Summary
UserAuthenticationListOperationsPV()
           
 
Method Summary
 RowCollection getPossibleValues(Field field)
          Gets a RowCollection of Possible Value Authentciation Operations & Authorization Operations.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserAuthenticationListOperationsPV

public UserAuthenticationListOperationsPV()
Method Detail

getPossibleValues

public RowCollection getPossibleValues(Field field)
                                throws CMException
Gets a RowCollection of Possible Value Authentciation Operations & Authorization Operations.

Specified by:
getPossibleValues in interface IPossibleValueGetter
Returns:
RowCollection
CMException