org.apache.jackrabbit.api.jsr283
Class GuestCredentials
java.lang.Object
org.apache.jackrabbit.api.jsr283.GuestCredentials
- All Implemented Interfaces:
- Serializable, Credentials
public final class GuestCredentials
- extends 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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GuestCredentials
public GuestCredentials()
- The constructor creates a new
GuestCredentials
object.
Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.