Uses of Enum
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 the metadata APIs.
-
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 ContactPersonTypeEnumeration
Returns the enum constant of this type with the specified name.static ContactPersonTypeEnumeration[]
ContactPersonTypeEnumeration.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opensaml.saml.saml2.metadata with parameters of type ContactPersonTypeEnumerationModifier and TypeMethodDescriptionvoid
ContactPerson.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 ContactPersonTypeEnumeration
ContactPersonImpl.type
Contact 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 TypeMethodDescriptionvoid
ContactPersonImpl.setType
(ContactPersonTypeEnumeration theType) Sets the type of contact this person.