Uses of Class
oasis.names.tc.saml._2_0.assertion.NameIDType
Packages that use NameIDType
Package
Description
-
Uses of NameIDType in oasis.names.tc.dss_x._1_0.profiles.verificationreport.schema_
Fields in oasis.names.tc.dss_x._1_0.profiles.verificationreport.schema_ declared as NameIDTypeMethods in oasis.names.tc.dss_x._1_0.profiles.verificationreport.schema_ that return NameIDTypeModifier and TypeMethodDescriptionIdentifierType.getSAMLv2Identifier()Gets the value of the samLv2Identifier property.Methods in oasis.names.tc.dss_x._1_0.profiles.verificationreport.schema_ with parameters of type NameIDTypeModifier and TypeMethodDescriptionvoidIdentifierType.setSAMLv2Identifier(NameIDType value) Sets the value of the samLv2Identifier property. -
Uses of NameIDType in oasis.names.tc.saml._2_0.assertion
Fields in oasis.names.tc.saml._2_0.assertion declared as NameIDTypeModifier and TypeFieldDescriptionprotected NameIDTypeAssertionType.issuerprotected NameIDTypeSubjectConfirmationType.nameIDMethods in oasis.names.tc.saml._2_0.assertion that return NameIDTypeModifier and TypeMethodDescriptionObjectFactory.createNameIDType()Create an instance ofNameIDTypeAssertionType.getIssuer()Gets the value of the issuer property.SubjectConfirmationType.getNameID()Gets the value of the nameID property.Methods in oasis.names.tc.saml._2_0.assertion that return types with arguments of type NameIDTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<NameIDType>ObjectFactory.createIssuer(NameIDType value) jakarta.xml.bind.JAXBElement<NameIDType>ObjectFactory.createNameID(NameIDType value) Methods in oasis.names.tc.saml._2_0.assertion with parameters of type NameIDTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<NameIDType>ObjectFactory.createIssuer(NameIDType value) jakarta.xml.bind.JAXBElement<NameIDType>ObjectFactory.createNameID(NameIDType value) voidAssertionType.setIssuer(NameIDType value) Sets the value of the issuer property.voidSubjectConfirmationType.setNameID(NameIDType value) Sets the value of the nameID property.