|
Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server 11g Release 2 (11.1.2) E27155-01 ESAPI |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.security.jps.callback.AbstractSAMLTokenCallback
oracle.security.jps.callback.SAMLTokenCallback
public class SAMLTokenCallback
The Callback for passing in SAML 1.1 assertion.
| Constructor Summary | |
|---|---|
SAMLTokenCallback() |
|
| Method Summary | |
|---|---|
oracle.security.xmlsec.saml.Assertion |
getAssertion()Get the SAML 1.1 assertion. |
JpsCallbackType |
getCallbackType()Get the Callback type. |
java.security.KeyStore |
getKeyStore()Get the trusted issuer's keystore. |
void |
setAssertion(oracle.security.xmlsec.saml.Assertion assertion)Set the SAML 1.1 assertion. |
void |
setKeyStore(java.security.KeyStore keyStore)Set the keystore which has the SAML assertion issuer keys. |
| Methods inherited from class oracle.security.jps.callback.AbstractSAMLTokenCallback |
|---|
getAudienceUris, getClockSkew, getTrustedIssuers, setAudienceUris, setClockSkew, setTrustedIssuers |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SAMLTokenCallback()
| Method Detail |
|---|
public void setAssertion(oracle.security.xmlsec.saml.Assertion assertion)
assertion - SAML assertionpublic oracle.security.xmlsec.saml.Assertion getAssertion()
public void setKeyStore(java.security.KeyStore keyStore)
keyStore - keystorepublic java.security.KeyStore getKeyStore()
public JpsCallbackType getCallbackType()
|
Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server 11g Release 2 (11.1.2) E27155-01 ESAPI |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||