org.modeshape.jcr.api
Class AnonymousCredentials

java.lang.Object
  extended by org.modeshape.jcr.api.AnonymousCredentials
All Implemented Interfaces:
Serializable, Credentials

public class AnonymousCredentials
extends Object
implements Credentials

A Credentials implementation that can be used to represent anonymous users when ModeShape is configured to allow anonymous users.

See Also:
Serialized Form

Constructor Summary
AnonymousCredentials()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnonymousCredentials

public AnonymousCredentials()


Copyright © 2008-2011 JBoss, a division of Red Hat. All Rights Reserved.