|
Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager 11g (11.1.1) E10689-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.fabric.common.legacypolicy.SAMLPolicy
public class SAMLPolicy
Constructor Summary | |
---|---|
SAMLPolicy(SecurityConfigType securityConfigType, VerifySamlTokenConfigType verifySamlTokenConfigType, SamlTokenConfigType samlTokenConfigType, VerifySignatureConfigType verifySignatureConfigType, SignatureConfigType signatureConfigType, DecryptConfigType decryptConfigType, EncryptConfigType encryptConfigType, boolean isService) This constructor sets the config elements read from the legacy policy.These config elements are then used to generate the new framework policies |
Method Summary | |
---|---|
IPolicy |
createSamlTokenScenarioPolicy() This method converts the legacy SAML(vanilla SAML token) policy into the corresponding new policy so that it can be enforced in the new framework |
IPolicy |
createSamlTokenWithCertsScenarioPolicy(boolean signSAMLAssertion) This method converts the legacy SAML(containing certificate/sign/encrypt) policy into new policy so that it can be enforced in the new framework |
boolean |
isSamlAssertionSigned() |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SAMLPolicy(SecurityConfigType securityConfigType, VerifySamlTokenConfigType verifySamlTokenConfigType, SamlTokenConfigType samlTokenConfigType, VerifySignatureConfigType verifySignatureConfigType, SignatureConfigType signatureConfigType, DecryptConfigType decryptConfigType, EncryptConfigType encryptConfigType, boolean isService)
securityConfigType
-verifySamlTokenConfigType
-samlTokenConfigType
-verifySignatureConfigType
-signatureConfigType
-decryptConfigType
-encryptConfigType
-isService
-Method Detail |
---|
public IPolicy createSamlTokenScenarioPolicy() throws LegacyPolicyFeatureNotSupportedException
LegacyPolicyFeatureNotSupportedException
public IPolicy createSamlTokenWithCertsScenarioPolicy(boolean signSAMLAssertion) throws LegacyPolicyFeatureNotSupportedException
signSAMLAssertion
-LegacyPolicyFeatureNotSupportedException
public boolean isSamlAssertionSigned()
|
Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager 11g (11.1.1) E10689-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |