|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.xml.security.stax.impl.securityToken.AbstractSecurityToken
org.apache.xml.security.stax.impl.securityToken.GenericOutboundSecurityToken
org.apache.wss4j.stax.impl.securityToken.KerberosClientSecurityToken
public class KerberosClientSecurityToken
| Field Summary |
|---|
| Fields inherited from class org.apache.xml.security.stax.impl.securityToken.AbstractSecurityToken |
|---|
keyTable, tokenUsages |
| Constructor Summary | |
|---|---|
KerberosClientSecurityToken(byte[] ticket,
Key secretKey,
String id)
|
|
KerberosClientSecurityToken(CallbackHandler callbackHandler,
String id)
|
|
| Method Summary | |
|---|---|
Key |
getSecretKey(String algorithmURI)
|
byte[] |
getTicket()
|
| Methods inherited from class org.apache.xml.security.stax.impl.securityToken.GenericOutboundSecurityToken |
|---|
addWrappedToken, getCustomTokenReference, getKeyIdentifier, getKeyWrappingToken, getProcessor, getTokenType, getWrappedTokens, setCustomTokenReference, setKeyWrappingToken, setProcessor, setTokenType |
| Methods inherited from class org.apache.xml.security.stax.impl.securityToken.AbstractSecurityToken |
|---|
addTokenUsage, getId, getPublicKey, getSecretKey, getSha1Identifier, getTokenUsages, getX509Certificates, isAsymmetric, setAsymmetric, setPublicKey, setSecretKey, setSha1Identifier, setX509Certificates |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.xml.security.stax.securityToken.SecurityToken |
|---|
addTokenUsage, getId, getPublicKey, getSecretKey, getSha1Identifier, getTokenUsages, getX509Certificates, isAsymmetric |
| Constructor Detail |
|---|
public KerberosClientSecurityToken(byte[] ticket,
Key secretKey,
String id)
public KerberosClientSecurityToken(CallbackHandler callbackHandler,
String id)
| Method Detail |
|---|
public Key getSecretKey(String algorithmURI)
throws org.apache.xml.security.exceptions.XMLSecurityException
getSecretKey in interface org.apache.xml.security.stax.securityToken.OutboundSecurityTokengetSecretKey in class org.apache.xml.security.stax.impl.securityToken.GenericOutboundSecurityTokenorg.apache.xml.security.exceptions.XMLSecurityException
public byte[] getTicket()
throws org.apache.xml.security.exceptions.XMLSecurityException
org.apache.xml.security.exceptions.XMLSecurityException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||