org.apache.jackrabbit.core.security.principal
Class UnknownPrincipal

java.lang.Object
  extended by org.apache.jackrabbit.core.security.principal.PrincipalImpl
      extended by org.apache.jackrabbit.core.security.principal.UnknownPrincipal
All Implemented Interfaces:
Serializable, Principal, JackrabbitPrincipal

public class UnknownPrincipal
extends PrincipalImpl

Implements a principal that is used by the ACL importer for unknown principals.

See Also:
Serialized Form

Constructor Summary
UnknownPrincipal(String name)
           
 
Method Summary
 
Methods inherited from class org.apache.jackrabbit.core.security.principal.PrincipalImpl
equals, getName, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnknownPrincipal

public UnknownPrincipal(String name)


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.