当前页面:
在线文档首页 >
JBOSS Portal 2.6 API 英文版文档
UserPrincipal - JBOSS Portal 2.6 API 英文版文档
org.jboss.portal.identity.auth
Class UserPrincipal
java.lang.Object
org.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
. |
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 |
name
private final java.lang.String name
- .
UserPrincipal
public UserPrincipal(java.lang.String name)
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