Uses of Class
org.miniorange.saml.MoAttributeEntry
Packages that use MoAttributeEntry
-
Uses of MoAttributeEntry in org.miniorange.saml
Subclasses of MoAttributeEntry in org.miniorange.samlMethods in org.miniorange.saml that return types with arguments of type MoAttributeEntryModifier and TypeMethodDescriptionMoSAMLAddIdp.getSamlCustomAttributes()
MoSAMLPluginSettings.getSamlCustomAttributes()
Constructor parameters in org.miniorange.saml with type arguments of type MoAttributeEntryModifierConstructorDescriptionMoSAMLAddIdp
(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)