git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2021
ab3bd59b-922f-494d-bb5f-
6f0a3c29deca
private MetadataProvider metaData;
private Credentials credentials;
- public RelyingPartyMapper(Element rawConfig, IdPConfig configuration, Credentials credentials, NameMapper nameMapper)
+ public RelyingPartyMapper(Element rawConfig, IdPConfig configuration, Credentials credentials)
throws RelyingPartyMapperException {
this.credentials = credentials;
return identityProvider;
}
-
public boolean passThruErrors() {
return passThruErrors;