Package org.eclipse.jetty.security
Class SpnegoUserPrincipal
- java.lang.Object
-
- org.eclipse.jetty.security.SpnegoUserPrincipal
-
- All Implemented Interfaces:
java.security.Principal
public class SpnegoUserPrincipal extends java.lang.Object implements java.security.Principal
-
-
Constructor Summary
Constructors Constructor Description SpnegoUserPrincipal(java.lang.String name, byte[] token)
SpnegoUserPrincipal(java.lang.String name, java.lang.String encodedToken)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getEncodedToken()
java.lang.String
getName()
byte[]
getToken()
-