Class w3c.jigsaw.auth.RealmsEditor
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.jigsaw.auth.RealmsEditor

java.lang.Object
   |
   +----w3c.jigsaw.resources.AttributeHolder
           |
           +----w3c.jigsaw.resources.Resource
                   |
                   +----w3c.jigsaw.resources.HTTPResource
                           |
                           +----w3c.jigsaw.resources.ContainerResource
                                   |
                                   +----w3c.jigsaw.resources.FilteredResource
                                           |
                                           +----w3c.jigsaw.resources.FileResource
                                                   |
                                                   +----w3c.jigsaw.forms.PostableResource
                                                           |
                                                           +----w3c.jigsaw.forms.FormResource
                                                                   |
                                                                   +----w3c.jigsaw.auth.RealmsEditor

public class RealmsEditor
extends FormResource

Constructor Index

 o RealmsEditor()

Method Index

 o defineFormCards()
Define the forms card.
 o initialize(Object[])
Initialize the realm editor
 o lookup(LookupState)
Lookup in the realms editor for a defined realm.

Constructors

 o RealmsEditor
  public RealmsEditor()

Methods

 o defineFormCards
  protected void defineFormCards()
Define the forms card.
 o lookup
  public HTTPResource lookup(LookupState state) throws HTTPException
Lookup in the realms editor for a defined realm.
Parameters:
state - The current lookup state.
Returns:
A Resource to edit the realm.
Overrides:
lookup in class FormResource
 o initialize
  public void initialize(Object values[])
Initialize the realm editor
Overrides:
initialize in class FormResource

All Packages  Class Hierarchy  This Package  Previous  Next  Index