org.eclipse.jetty.security
类 SpnegoUserPrincipal

java.lang.Object
  继承者 org.eclipse.jetty.security.SpnegoUserPrincipal
所有已实现的接口:
Principal

public class SpnegoUserPrincipal
extends Object
implements Principal


构造方法摘要
SpnegoUserPrincipal(String name, byte[] token)
           
SpnegoUserPrincipal(String name, String encodedToken)
           
 
方法摘要
 String getEncodedToken()
           
 String getName()
           
 byte[] getToken()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
从接口 java.security.Principal 继承的方法
equals, hashCode, toString
 

构造方法详细信息

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.