Uses of Class
com.onelogin.saml2.model.Organization
-
Packages that use Organization Package Description com.onelogin.saml2.model com.onelogin.saml2.settings -
-
Uses of Organization in com.onelogin.saml2.model
Methods in com.onelogin.saml2.model with parameters of type Organization Modifier and Type Method Description java.lang.BooleanOrganization. equalsTo(Organization org)Compare with another organization -
Uses of Organization in com.onelogin.saml2.settings
Fields in com.onelogin.saml2.settings declared as Organization Modifier and Type Field Description private OrganizationSaml2Settings. organizationMethods in com.onelogin.saml2.settings that return Organization Modifier and Type Method Description OrganizationSaml2Settings. getOrganization()private OrganizationSettingsBuilder. loadOrganization()Loads the organization settings from the properties fileMethods in com.onelogin.saml2.settings with parameters of type Organization Modifier and Type Method Description protected voidSaml2Settings. setOrganization(Organization organization)Set the organization info that will be published on the Service Provider metadataprivate java.lang.StringMetadata. toOrganizationXml(Organization organization)Generates the organization section of the metadata's template
-