Uses of Enum Class
org.opensaml.saml.saml2.metadata.ContactPersonTypeEnumeration
Packages that use ContactPersonTypeEnumeration
Package
Description
Concrete definitions of the objects described in saml-metadata-2.0-os work.
Concrete implementations of SAML 2.0 metadata objects.
-
Uses of ContactPersonTypeEnumeration in org.opensaml.saml.saml2.metadata
Methods in org.opensaml.saml.saml2.metadata that return ContactPersonTypeEnumerationModifier and TypeMethodDescriptionContactPerson.getType()Gets the type of contact this person.static ContactPersonTypeEnumerationReturns the enum constant of this class with the specified name.static ContactPersonTypeEnumeration[]ContactPersonTypeEnumeration.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.opensaml.saml.saml2.metadata with parameters of type ContactPersonTypeEnumerationModifier and TypeMethodDescriptionvoidContactPerson.setType(ContactPersonTypeEnumeration type) Sets the type of contact this person. -
Uses of ContactPersonTypeEnumeration in org.opensaml.saml.saml2.metadata.impl
Fields in org.opensaml.saml.saml2.metadata.impl declared as ContactPersonTypeEnumerationModifier and TypeFieldDescriptionprivate ContactPersonTypeEnumerationContactPersonImpl.typeContact person type.Methods in org.opensaml.saml.saml2.metadata.impl that return ContactPersonTypeEnumerationModifier and TypeMethodDescriptionContactPersonImpl.getType()Gets the type of contact this person.Methods in org.opensaml.saml.saml2.metadata.impl with parameters of type ContactPersonTypeEnumerationModifier and TypeMethodDescriptionvoidContactPersonImpl.setType(ContactPersonTypeEnumeration theType) Sets the type of contact this person.