|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wss4j.common.kerberos.KerberosTokenDecoderImpl
public class KerberosTokenDecoderImpl
| Constructor Summary | |
|---|---|
KerberosTokenDecoderImpl()
|
|
| Method Summary | |
|---|---|
void |
clear()
Clear all internal information |
String |
getClientPrincipalName()
Get the client principal name from the decoded service ticket. |
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KerberosTokenDecoderImpl()
| Method Detail |
|---|
public void clear()
clear in interface KerberosTokenDecoderpublic void setToken(byte[] token)
setToken in interface KerberosTokenDecodertoken - the AP-REQ Kerberos Tokenpublic void setSubject(Subject subject)
setSubject in interface KerberosTokenDecodersubject - the Subject
public byte[] getSessionKey()
throws KerberosTokenDecoderException
getSessionKey in interface KerberosTokenDecoderKerberosTokenDecoderException
public String getClientPrincipalName()
throws KerberosTokenDecoderException
KerberosTokenDecoderException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||