站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.6 API 英文版文档

UserPrincipal - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.identity.auth
Class UserPrincipal

java.lang.Object
  extended byorg.jboss.portal.identity.auth.UserPrincipal
All Implemented Interfaces:
java.security.Principal

public class UserPrincipal
extends java.lang.Object
implements java.security.Principal

Version:
$Revision: 1.1 $
Author:
Julien Viet

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

Field Detail

name

private final java.lang.String name
.

Constructor Detail

UserPrincipal

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

getName

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

toString

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