org.apache.sling.jcr.jackrabbit.server.impl.security
Class AdministrativeCredentials

java.lang.Object
  extended by org.apache.sling.jcr.jackrabbit.server.impl.security.TrustedCredentials
      extended by org.apache.sling.jcr.jackrabbit.server.impl.security.AdministrativeCredentials
All Implemented Interfaces:
Serializable, javax.jcr.Credentials

public final class AdministrativeCredentials
extends TrustedCredentials

See Also:
Serialized Form

Constructor Summary
AdministrativeCredentials(String adminUser)
           
 
Method Summary
protected  Principal getPrincipal(String userId)
          
 
Methods inherited from class org.apache.sling.jcr.jackrabbit.server.impl.security.TrustedCredentials
getImpersonator, getPrincipal, getTrustedAuthentication
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdministrativeCredentials

public AdministrativeCredentials(String adminUser)
Parameters:
adminUser -
Method Detail

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.