Package javax.jcr
Class GuestCredentials
java.lang.Object
javax.jcr.GuestCredentials
- All Implemented Interfaces:
Serializable,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:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GuestCredentials
public GuestCredentials()The constructor creates a newGuestCredentialsobject.
-