com.ibm.websphere.wssecurity.wssapi.token
Interface KRBToken
All Superinterfaces:
All known subinterfaces:
KRB5_APREQ1510Token, KRB5_APREQ4120Token, KRB5_APREQToken, KRB5_GSSAPREQ1510Token, KRB5_GSSAPREQ4120Token, KRB5_GSSAPREQToken
- public interface KRBToken
- extends BinarySecurityToken
Field Summary
| Fields inherited from interface com.ibm.websphere.wssecurity.wssapi.token.BinarySecurityToken |
|---|
TokenQname |
| Fields inherited from interface com.ibm.websphere.wssecurity.wssapi.token.SecurityToken |
|---|
DECRYPTING_KEY, ENCRYPTING_KEY, REF_EMBEDDED, REF_KEYID, REF_STR, REF_THUMBPRINT, SIGNING_KEY, ValueType, VERIFING_KEY |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
getAPREQKeyByte()
|
|
getClientPrincipal()
|
|
getServiceTicketExpirationTime()
|
|
getSHA1ofAPREQ()
|
|
getSPNName()
|
| Methods inherited from interface com.ibm.websphere.wssecurity.wssapi.token.BinarySecurityToken |
|---|
getBinary |
| Methods inherited from interface com.ibm.websphere.wssecurity.wssapi.token.SecurityToken |
|---|
getId, getKey, getKeyIdentifier, getKeyIdentifierEncodingType, getKeyIdentifierValueType, getKeyName, getPrincipal, getReferenceURI, getThumbprint, getThumbprintEncodingType, getThumbprintValueType, getTokenQname, getValueType, getXML |
Method Detail
getClientPrincipal
- java.lang.String getClientPrincipal( )
getSPNName
- java.lang.String getSPNName()
getServiceTicketExpirationTime
- java.util.Date getServiceTicketExpirationTime( )
getSHA1ofAPREQ
- java.lang.String getSHA1ofAPREQ( )
getAPREQKeyByte
- byte[] getAPREQKeyByte()