Uses of Class
org.keycloak.dom.saml.v2.metadata.ContactType
-
Packages that use ContactType Package Description org.keycloak.dom.saml.v2.metadata -
-
Uses of ContactType in org.keycloak.dom.saml.v2.metadata
Fields in org.keycloak.dom.saml.v2.metadata with type parameters of type ContactType Modifier and Type Field Description protected List<ContactType>EntityDescriptorType. contactPersonprotected List<ContactType>RoleDescriptorType. contactPersonMethods in org.keycloak.dom.saml.v2.metadata that return types with arguments of type ContactType Modifier and Type Method Description List<ContactType>EntityDescriptorType. getContactPerson()Gets the value of the contactPerson property.List<ContactType>RoleDescriptorType. getContactPerson()Gets the value of the contactPerson property.Methods in org.keycloak.dom.saml.v2.metadata with parameters of type ContactType Modifier and Type Method Description voidEntityDescriptorType. addContactPerson(ContactType ct)Add aContactTypecontact personvoidRoleDescriptorType. addContactPerson(ContactType contact)Add contactvoidEntityDescriptorType. removeContactPerson(ContactType ct)voidRoleDescriptorType. removeContactPerson(ContactType contact)remove contact
-