Package javax.jcr
Class GuestCredentials
- java.lang.Object
-
- javax.jcr.GuestCredentials
-
- All Implemented Interfaces:
java.io.Serializable
,Credentials
public final class GuestCredentials extends java.lang.Object implements Credentials
GuestCredentials
implements theCredentials
interface and is used to obtain a "guest", "public" or "anonymous" session. Note that the characteristics of the session created from theGuestCredentials
remain implementation specific.- Since:
- JCR 2.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GuestCredentials()
The constructor creates a newGuestCredentials
object.
-