org.eclipse.jetty.plus.jaas
类 JAASUserPrincipal
java.lang.Object
org.eclipse.jetty.plus.jaas.JAASUserPrincipal
- 所有已实现的接口:
- Principal
public class JAASUserPrincipal
- extends Object
- implements Principal
JAASUserPrincipal
Implements the JAAS version of the
org.eclipse.jetty.http.UserPrincipal interface.
- 版本:
- $Id: JAASUserPrincipal.java 4780 2009-03-17 15:36:08Z jesse $
JAASUserPrincipal
public JAASUserPrincipal(String name,
Subject subject,
LoginContext loginContext)
getName
public String getName()
- Get the name identifying the user
- 指定者:
- 接口
Principal 中的 getName
getSubject
public Subject getSubject()
- Provide access to the Subject
- 返回:
- subject
toString
public String toString()
- 指定者:
- 接口
Principal 中的 toString - 覆盖:
- 类
Object 中的 toString
Copyright © 2013. All Rights Reserved.