org.apache.jetspeed.security
Class JetspeedPrincipalAssociationReference

java.lang.Object
  extended by org.apache.jetspeed.security.JetspeedPrincipalAssociationReference

public final class JetspeedPrincipalAssociationReference
extends java.lang.Object

Version:
$Id$

Nested Class Summary
static class JetspeedPrincipalAssociationReference.Type
           
 
Field Summary
 java.lang.String associationName
           
 JetspeedPrincipal ref
           
 JetspeedPrincipalAssociationReference.Type type
           
 
Constructor Summary
JetspeedPrincipalAssociationReference(JetspeedPrincipalAssociationReference.Type type, JetspeedPrincipal ref, java.lang.String associationName)
           
 
Method Summary
 boolean equals(JetspeedPrincipalAssociationReference jar)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public final JetspeedPrincipalAssociationReference.Type type

ref

public final JetspeedPrincipal ref

associationName

public final java.lang.String associationName
Constructor Detail

JetspeedPrincipalAssociationReference

public JetspeedPrincipalAssociationReference(JetspeedPrincipalAssociationReference.Type type,
                                             JetspeedPrincipal ref,
                                             java.lang.String associationName)
Method Detail

equals

public boolean equals(JetspeedPrincipalAssociationReference jar)


Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.