org.jboss.identity.federation.bindings.jboss.subject
Class JBossIdentityPrincipal

java.lang.Object
  extended by org.jboss.identity.federation.bindings.jboss.subject.JBossIdentityPrincipal
All Implemented Interfaces:
java.io.Serializable, java.security.Principal
Direct Known Subclasses:
JBossIdentityGroup

public class JBossIdentityPrincipal
extends java.lang.Object
implements java.security.Principal, java.io.Serializable

Simple Principal

Since:
Jan 16, 2009
Author:
Anil.Saldhana@redhat.com
See Also:
Serialized Form

Field Summary
protected  java.lang.String name
           
 
Constructor Summary
JBossIdentityPrincipal(java.lang.String name)
           
 
Method Summary
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.security.Principal
equals, hashCode, toString
 

Field Detail

name

protected java.lang.String name
Constructor Detail

JBossIdentityPrincipal

public JBossIdentityPrincipal(java.lang.String name)
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface java.security.Principal


Copyright © 2009 JBoss Inc.. All Rights Reserved.