org.eclipse.jetty.security
类 SpnegoUserPrincipal
java.lang.Object
org.eclipse.jetty.security.SpnegoUserPrincipal
- 所有已实现的接口:
- Principal
public class SpnegoUserPrincipal
- extends Object
- implements Principal
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpnegoUserPrincipal
public SpnegoUserPrincipal(String name,
String encodedToken)
SpnegoUserPrincipal
public SpnegoUserPrincipal(String name,
byte[] token)
getName
public String getName()
- 指定者:
- 接口
Principal 中的 getName
getToken
public byte[] getToken()
getEncodedToken
public String getEncodedToken()
Copyright © 2013. All Rights Reserved.