public interface KerberosTokenDecoder
Modifier and Type | Method and Description |
---|---|
void |
clear()
Clear all internal information
|
byte[] |
getSessionKey()
Get the session key from the token
|
void |
setSubject(Subject subject)
Set the Subject
|
void |
setToken(byte[] token)
Set the AP-REQ Kerberos Token
|
void setToken(byte[] token)
token
- the AP-REQ Kerberos Tokenvoid setSubject(Subject subject)
subject
- the Subjectbyte[] getSessionKey() throws KerberosTokenDecoderException
KerberosTokenDecoderException
void clear()
Copyright © 2017 JBoss by Red Hat. All rights reserved.