org.apache.sling.jcr.jackrabbit.server.impl.security
Class AnonCredentials
java.lang.Object
org.apache.sling.jcr.jackrabbit.server.impl.security.TrustedCredentials
org.apache.sling.jcr.jackrabbit.server.impl.security.AnonCredentials
- All Implemented Interfaces:
- Serializable, javax.jcr.Credentials
public final class AnonCredentials
- extends TrustedCredentials
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnonCredentials
public AnonCredentials(String anonUser)
- Parameters:
anonUser
-
getPrincipal
protected Principal getPrincipal(String userId)
-
- Specified by:
getPrincipal
in class TrustedCredentials
- Returns:
- See Also:
TrustedCredentials.getPrincipal(java.lang.String)
Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.