public interface SAMLCallbackHandler extends CallbackHandler
Modifier and Type | Method and Description |
---|---|
String |
getAlias() |
org.apache.ws.security.components.crypto.Crypto |
getCrypto() |
byte[] |
getEphemeralKey() |
void |
setAlias(String alias) |
void |
setCertIdentifier(org.apache.ws.security.saml.ext.bean.KeyInfoBean.CERT_IDENTIFIER certIdentifier) |
void |
setCerts(X509Certificate[] certs) |
void |
setConfirmationMethod(String confMethod) |
void |
setCrypto(org.apache.ws.security.components.crypto.Crypto crypto) |
void |
setCustomAttributeName(String customAttributeName) |
void |
setCustomAttributeValues(List<?> customAttributeValues) |
void |
setIssuer(String issuer) |
void |
setResource(String resource) |
void |
setStatement(String statement) |
void |
setSubjectLocality(String ipAddress,
String dnsAddress) |
void |
setSubjectName(String subjectName) |
void |
setSubjectNameIDFormat(String subjectNameIDFormat) |
void |
setSubjectQualifier(String subjectQualifier) |
handle
void setAlias(String alias)
String getAlias()
void setCrypto(org.apache.ws.security.components.crypto.Crypto crypto)
org.apache.ws.security.components.crypto.Crypto getCrypto()
void setCustomAttributeValues(List<?> customAttributeValues)
void setResource(String resource)
void setSubjectNameIDFormat(String subjectNameIDFormat)
void setIssuer(String issuer)
void setSubjectName(String subjectName)
void setSubjectQualifier(String subjectQualifier)
byte[] getEphemeralKey()
void setCerts(X509Certificate[] certs)
void setCertIdentifier(org.apache.ws.security.saml.ext.bean.KeyInfoBean.CERT_IDENTIFIER certIdentifier)
void setStatement(String statement)
void setConfirmationMethod(String confMethod)
void setCustomAttributeName(String customAttributeName)
Copyright © 2019. All Rights Reserved.