javax.jcr
Class GuestCredentials

java.lang.Object
  extended by javax.jcr.GuestCredentials
All Implemented Interfaces:
java.io.Serializable, Credentials

public final class GuestCredentials
extends java.lang.Object
implements Credentials

GuestCredentials implements the Credentials interface and is used to obtain a "guest", "public" or "anonymous" session. Note that the characteristics of the session created from the GuestCredentials remain implementation specific.

Since:
JCR 2.0
See Also:
Serialized Form

Constructor Summary
GuestCredentials()
          The constructor creates a new GuestCredentials object.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GuestCredentials

public GuestCredentials()
The constructor creates a new GuestCredentials object.



Copyright © 2009 Day Software. All Rights Reserved.