Package javax.jcr

Class GuestCredentials

java.lang.Object
javax.jcr.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:
  • Constructor Details

    • GuestCredentials

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