public class SAMLIssuerImpl extends Object implements SAMLIssuer
| Constructor and Description |
|---|
SAMLIssuerImpl()
Constructor.
|
SAMLIssuerImpl(Properties prop) |
| Modifier and Type | Method and Description |
|---|---|
CallbackHandler |
getCallbackHandler()
Get the CallbackHandler in use
|
Crypto |
getIssuerCrypto() |
String |
getIssuerKeyName() |
String |
getIssuerKeyPassword() |
String |
getIssuerName()
Get the issuer name
|
boolean |
isSendKeyValue()
Get whether to send the key value or whether to include the entire cert.
|
boolean |
isSignAssertion()
Get whether to sign the assertion or not
|
AssertionWrapper |
newAssertion()
Creates a new AssertionWrapper.
|
void |
setCallbackHandler(CallbackHandler callbackHandler)
Set the CallbackHandler to use
|
void |
setIssuerCrypto(Crypto issuerCrypto)
Set the issuer crypto
|
void |
setIssuerKeyName(String issuerKeyName)
Set the issuer key name
|
void |
setIssuerKeyPassword(String issuerKeyPassword)
Set the issuer key password
|
void |
setIssuerName(String issuer)
Set the issuer name
|
void |
setSendKeyValue(boolean sendKeyValue)
Set whether to send the key value or whether to include the entire cert.
|
void |
setSignAssertion(boolean signAssertion)
Set whether to sign the assertion or not.
|
public SAMLIssuerImpl()
public SAMLIssuerImpl(Properties prop) throws WSSecurityException
WSSecurityExceptionpublic AssertionWrapper newAssertion() throws WSSecurityException
newAssertion in interface SAMLIssuerWSSecurityExceptionpublic void setSendKeyValue(boolean sendKeyValue)
setSendKeyValue in interface SAMLIssuersendKeyValue - whether to send the key value.public boolean isSendKeyValue()
isSendKeyValue in interface SAMLIssuerpublic void setSignAssertion(boolean signAssertion)
setSignAssertion in interface SAMLIssuersignAssertion - whether to sign the assertion or not.public boolean isSignAssertion()
isSignAssertion in interface SAMLIssuerpublic void setCallbackHandler(CallbackHandler callbackHandler)
setCallbackHandler in interface SAMLIssuercallbackHandler - the CallbackHandler to usepublic CallbackHandler getCallbackHandler()
getCallbackHandler in interface SAMLIssuerpublic void setIssuerCrypto(Crypto issuerCrypto)
setIssuerCrypto in interface SAMLIssuerissuerCrypto - the issuer cryptopublic Crypto getIssuerCrypto()
getIssuerCrypto in interface SAMLIssuerpublic void setIssuerName(String issuer)
setIssuerName in interface SAMLIssuerissuer - the issuer namepublic String getIssuerName()
getIssuerName in interface SAMLIssuerpublic void setIssuerKeyName(String issuerKeyName)
setIssuerKeyName in interface SAMLIssuerissuerKeyName - the issuer key namepublic String getIssuerKeyName()
getIssuerKeyName in interface SAMLIssuerpublic void setIssuerKeyPassword(String issuerKeyPassword)
setIssuerKeyPassword in interface SAMLIssuerissuerKeyPassword - the issuerKeyPassword.public String getIssuerKeyPassword()
getIssuerKeyPassword in interface SAMLIssuerCopyright © 2018 JBoss by Red Hat. All rights reserved.