public class SAMLTokenCallback extends AbstractSAMLTokenCallback
ADD_ASSERTION_TO_SUBJECT_PROPERTY, DN_MAPPING_ATTRIBUTE_PROPERTY, USER_ATTRIBUTE_PROPERTY, USER_MAPPING_ATTRIBUTE_PROPERTY, VIRTUAL_USER_DEFAULT_ROLE_PROPERTY, VIRTUAL_USER_ROLE_ATTRIBUTE_PROPERTY, VIRTUAL_USER_ROLE_MAPPING_PROPERTYADD_APPLICATION_ROLE_PROPERTY, ADD_AUTHENTICATED_ROLE_PROPERTY, REMOVE_ANONYMOUS_ROLE_PROPERTY| Constructor and Description | 
|---|
| SAMLTokenCallback() | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
getAudienceUris, getClockSkew, getTrustedIssuers, getVirtualUserAllowed, setAudienceUris, setClockSkew, setTrustedIssuers, setVirtualUserAllowedgetProperties, setPropertiespublic 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()
getCallbackType in interface JpsCallbackgetCallbackType in class PropertyCallback