|
Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services 11g Release 1 (11.1.1.1) E14650-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.security.jps.callback.SAMLTokenCallback
public class SAMLTokenCallback
Callback for passing in SAML assertion
| Constructor Summary | |
|---|---|
SAMLTokenCallback() |
|
| Method Summary | |
|---|---|
oracle.security.xmlsec.saml.Assertion |
getAssertion()Get the assertion |
JpsCallbackType |
getCallbackType()Callback type |
long |
getClockSkew()Get the clock skew value |
java.security.KeyStore |
getKeyStore()Get the trusted issuer's keystore |
void |
setAssertion(oracle.security.xmlsec.saml.Assertion a)Set the SAML assertion |
void |
setClockSkew(long clockSkew)set the clock skew betweent the client and server machine |
void |
setKeyStore(java.security.KeyStore ks)Set the keystore which has the SAML assertion issuer keys |
| 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 a)
a - SAML assertionpublic oracle.security.xmlsec.saml.Assertion getAssertion()
public JpsCallbackType getCallbackType()
getCallbackType in interface JpsCallbackpublic void setClockSkew(long clockSkew)
clockSkew - in millisecondspublic long getClockSkew()
public void setKeyStore(java.security.KeyStore ks)
ks - keystorepublic java.security.KeyStore getKeyStore()
|
Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services 11g Release 1 (11.1.1.1) E14650-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||