Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-01


oracle.fabric.common.legacypolicy
Class SAMLPolicy

java.lang.Object
  extended by oracle.fabric.common.legacypolicy.SAMLPolicy


public class SAMLPolicy
extends Object

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

SAMLPolicy

public 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
Parameters:
securityConfigType -
verifySamlTokenConfigType -
samlTokenConfigType -
verifySignatureConfigType -
signatureConfigType -
decryptConfigType -
encryptConfigType -
isService -

Method Detail

createSamlTokenScenarioPolicy

public IPolicy createSamlTokenScenarioPolicy()
                                      throws LegacyPolicyFeatureNotSupportedException
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
Returns:
IPolicy
Throws:
LegacyPolicyFeatureNotSupportedException

createSamlTokenWithCertsScenarioPolicy

public IPolicy createSamlTokenWithCertsScenarioPolicy(boolean signSAMLAssertion)
                                               throws LegacyPolicyFeatureNotSupportedException
This method converts the legacy SAML(containing certificate/sign/encrypt) policy into new policy so that it can be enforced in the new framework
Parameters:
signSAMLAssertion -
Returns:
IPolicy
Throws:
LegacyPolicyFeatureNotSupportedException

isSamlAssertionSigned

public boolean isSamlAssertionSigned()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-01


Copyright © 2007, 2009, Oracle and/or its affiliates. All rights reserved.