Uses of Class
com.onelogin.saml2.model.Contact
-
Packages that use Contact Package Description com.onelogin.saml2.settings -
-
Uses of Contact in com.onelogin.saml2.settings
Fields in com.onelogin.saml2.settings with type parameters of type Contact Modifier and Type Field Description private java.util.List<Contact>Saml2Settings. contactsMethods in com.onelogin.saml2.settings that return Contact Modifier and Type Method Description private ContactSettingsBuilder. loadContact(java.util.Map<java.lang.String,java.lang.Object> contactProps, int index)Loads a single contact from settings.Methods in com.onelogin.saml2.settings that return types with arguments of type Contact Modifier and Type Method Description java.util.List<Contact>Saml2Settings. getContacts()private java.util.List<Contact>SettingsBuilder. loadContacts()Loads the contacts settings from the properties fileMethod parameters in com.onelogin.saml2.settings with type arguments of type Contact Modifier and Type Method Description protected voidSaml2Settings. setContacts(java.util.List<Contact> contacts)Set contacts info that will be listed on the Service Provider metadataprivate java.lang.StringMetadata. toContactsXml(java.util.List<Contact> contacts)Generates the contact section of the metadata's template
-