Uses of Interface
org.opensaml.saml.saml2.metadata.SurName
Packages that use SurName
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 SurName in org.opensaml.saml.saml2.metadata
Methods in org.opensaml.saml.saml2.metadata that return SurNameMethods in org.opensaml.saml.saml2.metadata with parameters of type SurNameModifier and TypeMethodDescriptionvoidContactPerson.setSurName(SurName name) Sets the surname for this person. -
Uses of SurName in org.opensaml.saml.saml2.metadata.impl
Classes in org.opensaml.saml.saml2.metadata.impl that implement SurNameFields in org.opensaml.saml.saml2.metadata.impl declared as SurNameMethods in org.opensaml.saml.saml2.metadata.impl that return SurNameModifier and TypeMethodDescriptionSurNameBuilder.buildObject()Builds a SAMLObject using the default name and namespace information provided SAML specifications.SurNameBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.ContactPersonImpl.getSurName()Gets the surname for this person.Methods in org.opensaml.saml.saml2.metadata.impl with parameters of type SurNameModifier and TypeMethodDescriptionvoidContactPersonImpl.setSurName(SurName name) Sets the surname for this person.