org.n52.security.common.authentication
Class RolePrincipal

java.lang.Object
  extended byorg.n52.security.common.authentication.AttributePrincipal
      extended byorg.n52.security.common.authentication.RolePrincipal
All Implemented Interfaces:
java.security.Principal, java.io.Serializable

public class RolePrincipal
extends AttributePrincipal

See Also:
Serialized Form

Field Summary
static java.lang.String sRoleAttributeUrn
           
 
Constructor Summary
RolePrincipal(java.lang.String pRolename)
           
 
Method Summary
 java.lang.String getRole()
           
 
Methods inherited from class org.n52.security.common.authentication.AttributePrincipal
equals, getName, getValue, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

sRoleAttributeUrn

public static final java.lang.String sRoleAttributeUrn
See Also:
Constant Field Values
Constructor Detail

RolePrincipal

public RolePrincipal(java.lang.String pRolename)
Method Detail

getRole

public java.lang.String getRole()


Copyright © 2004-2007 52 North. All Rights Reserved.