git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2363
ab3bd59b-922f-494d-bb5f-
6f0a3c29deca
requestContext.setOutboundMessageTransport(out);
requestContext.setOutboundSAMLProtocol(SAMLConstants.SAML20P_NS);
ShibbolethSSOConfiguration profileConfig = (ShibbolethSSOConfiguration) rpConfig
- .getProfileConfiguration(SSOConfiguration.PROFILE_ID);
+ .getProfileConfiguration(ShibbolethSSOConfiguration.PROFILE_ID);
requestContext.setProfileConfiguration(profileConfig);
requestContext.setOutboundMessageArtifactType(profileConfig.getOutboundArtifactType());
if (profileConfig.getSigningCredential() != null) {