-
MoSAMLAddIdp(String idpEntityId,
String ssoUrl,
String metadataUrl,
String metadataFilePath,
String publicx509Certificate,
String usernameCaseConversion,
String usernameAttribute,
String emailAttribute,
String fullnameAttribute,
String nameIDFormat,
String sslUrl,
String loginType,
String regexPattern,
Boolean enableRegexPattern,
Boolean signedRequest,
Boolean splitnameAttribute,
Boolean userCreate,
Boolean forceAuthn,
String ssoBindingType,
String sloBindingType,
List<MoAttributeEntry> samlCustomAttributes,
Boolean userAttributeUpdate,
String authnContextClass,
String crowdURL,
String crowdApplicationName,
Secret crowdApplicationPassword)
MoSAMLPluginSettings(String idpEntityId,
String ssoUrl,
String publicx509Certificate,
String usernameCaseConversion,
String usernameAttribute,
String emailAttribute,
String nameIDFormat,
String loginType,
String regexPattern,
Boolean enableRegexPattern,
Boolean signedRequest,
Boolean userCreate,
Boolean forceAuthn,
String ssoBindingType,
List<MoAttributeEntry> samlCustomAttributes,
String authnContextClass,
String crowdURL,
String crowdApplicationName,
Secret crowdApplicationPassword)