org.w3c.jigsaw.resources
Class PasswordEditorFrame
java.lang.Object
|
+--org.w3c.tools.resources.AttributeHolder
|
+--org.w3c.tools.resources.Resource
|
+--org.w3c.tools.resources.FramedResource
|
+--org.w3c.tools.resources.ResourceFrame
|
+--org.w3c.tools.resources.ProtocolFrame
|
+--org.w3c.jigsaw.frames.HTTPFrame
|
+--org.w3c.jigsaw.frames.PostableFrame
|
+--org.w3c.jigsaw.resources.PasswordEditorFrame
- public class PasswordEditorFrame
- extends PostableFrame
Field Summary |
protected static int |
ATTR_REALM
Attribute index - The name of the realm to edit. |
Fields inherited from class org.w3c.jigsaw.frames.HTTPFrame |
acceptRanges,
allowed,
ATTR_ALLOW_DEL,
ATTR_BROWSABLE,
ATTR_CHARSET,
ATTR_CONTENT_ENCODING,
ATTR_CONTENT_LANGUAGE,
ATTR_CONTENT_LENGTH,
ATTR_CONTENT_TYPE,
ATTR_ICON,
ATTR_ICONDIR,
ATTR_INDEX,
ATTR_INDEXES,
ATTR_MAXAGE,
ATTR_MD5,
ATTR_PUTABLE,
ATTR_QUALITY,
ATTR_RELOCATE,
ATTR_STYLE_LINK,
ATTR_TITLE,
browsetype,
COND_FAILED,
COND_OK,
dresource,
fresource,
listing,
listing_stamp,
STATE_CONTENT_LOCATION |
Methods inherited from class org.w3c.jigsaw.frames.HTTPFrame |
addStyleSheet,
attributeChanged,
browse,
checkIfMatch,
checkIfModifiedSince,
checkIfNoneMatch,
checkIfUnmodifiedSince,
checkRequest,
computeContainerListing,
computeTrashDir,
computeTrashFile,
createDefaultReply,
createFileReply,
delete,
deleteDirectoryResource,
deleteFileResource,
deleteMe,
deleteOtherResource,
extended,
getAllowDeleteFlag,
getBrowsableFlag,
getBrowseType,
getCharset,
getContentEncoding,
getContentLanguage,
getContentLength,
getContentType,
getDirectoryListing,
getDirectoryResource,
getDirectoryResource,
getETag,
getFileResource,
getFileResource,
getHelpURL,
getHelpURL,
getIcon,
getIconDirectory,
getIndex,
getIndexes,
getMaxAge,
getMD5Flag,
getOtherResource,
getPutableFlag,
getQuality,
getRelocateFlag,
getStyleSheetURL,
getTitle,
getURL,
handleRangeRequest,
head,
headDirectoryResource,
headFileResource,
headOtherResource,
link,
lookup,
lookupDirectory,
lookupFile,
lookupOther,
lookupResource,
options,
perform,
performFrames,
put,
putFileResource,
putOtherResource,
registerOtherResource,
registerResource,
setValue,
trace,
unlink,
updateCachedHeaders |
Methods inherited from class org.w3c.tools.resources.ResourceFrame |
addFrameEventListener,
eventDisabled,
fireFrameEvent,
frameModified,
getFilters,
getFilters,
getFrameReference,
getResource,
getResourceReference,
getSpaceEntry,
getURLPath,
lookupFilters,
lookupFrames,
postFrameEvent,
processEvent,
removeFrameEventListener,
unregisterResource,
updateDefaultChildAttributes |
Methods inherited from class org.w3c.tools.resources.FramedResource |
addAttributeChangedListener,
addStructureChangedListener,
collectFramesReference,
delete,
disableEvent,
displayEvent,
enableEvent,
fireAttributeChangeEvent,
fireStructureChangedEvent,
fireStructureChangedEvent,
frameAdded,
frameRemoved,
getClone,
getFrame,
getFrame,
getFrameReference,
getFrameReference,
getFramesReference,
getOid,
initialize,
markModified,
notifyUnload,
postAttributeChangeEvent,
postEvent,
postStructureChangedEvent,
postStructureChangedEvent,
registerFrame,
registerFrameIfNone,
removeAttributeChangedListener,
removeStructureChangedListener,
setSilentValue,
setSilentValue,
unregisterFrame |
Methods inherited from class org.w3c.tools.resources.Resource |
acceptUnload,
checkMultipleLock,
collectFrames,
getContext,
getFrame,
getFrames,
getIdentifier,
getLastModified,
getParent,
getServer,
getSpace,
getStoreEntry,
getValue,
getValue,
isInitialized,
isUnloaded,
setContext,
setContext,
setValue,
updateAttributes |
Methods inherited from class org.w3c.tools.resources.AttributeHolder |
definesAttribute,
definesAttribute,
getAttributes,
getBoolean,
getChar,
getClone,
getClone,
getDouble,
getFloat,
getInt,
getLong,
getString,
getValue,
initialize,
lookupAttribute,
pickleValues,
print,
setBoolean,
setChar,
setDouble,
setFloat,
setInt,
setLong,
setString,
setValue,
unsafeGetValue |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
ATTR_REALM
protected static int ATTR_REALM
- Attribute index - The name of the realm to edit.
PasswordEditorFrame
public PasswordEditorFrame()
getRealm
public java.lang.String getRealm()
- Get the name of the realm to edit.
- Returns:
- The name of the realm to edit, as a String.
changePassword
protected boolean changePassword(java.lang.String username,
java.lang.String oldpassword,
java.lang.String newpassword)
generateForm
protected HtmlGenerator generateForm(java.lang.String msg)
generateForm
protected final HtmlGenerator generateForm()
get
public Reply get(Request request)
throws ProtocolException,
ResourceException
- Handle a get request on the password editor.
Dump a form suitable for editing a user entry.
- Overrides:
- get in class PostableFrame
- Parameters:
request
- The request to handle.- Returns:
- An HTTP Reply instance.
- Throws:
- ProtocolException - If processing the request failed.
- ResourceException - If this resource got a fatal error.
handle
public Reply handle(Request request,
URLDecoder data)
throws ProtocolException
- Handle a post request.
Do change the password, when possible.
- Overrides:
- handle in class PostableFrame
- Parameters:
request
- The request to handle.data
- The form decoded data.- Returns:
- An HTTP Reply instance.
- Throws:
- ProtocolException - If processing the request failed.