Uses of Class
org.keycloak.dom.saml.v2.assertion.NameIDType
Packages that use NameIDType
Package
Description
Package for the model classes for the SAML2 Assertion
Package containing the classes for the protocol of SAMLv2
-
Uses of NameIDType in org.keycloak.dom.saml.v2.assertion
Fields in org.keycloak.dom.saml.v2.assertion declared as NameIDTypeMethods in org.keycloak.dom.saml.v2.assertion that return NameIDTypeModifier and TypeMethodDescriptionstatic NameIDTypeNameIDType.deserializeFromString(String s) AssertionType.getIssuer()Get the issuerSubjectConfirmationType.getNameID()Gets the value of the nameID property.Methods in org.keycloak.dom.saml.v2.assertion with parameters of type NameIDTypeModifier and TypeMethodDescriptionvoidAssertionType.setIssuer(NameIDType issuer) Set the issuervoidSubjectConfirmationType.setNameID(NameIDType value) Sets the value of the nameID property. -
Uses of NameIDType in org.keycloak.dom.saml.v2.profiles.sso.ecp
Fields in org.keycloak.dom.saml.v2.profiles.sso.ecp declared as NameIDTypeMethods in org.keycloak.dom.saml.v2.profiles.sso.ecp that return NameIDTypeMethods in org.keycloak.dom.saml.v2.profiles.sso.ecp with parameters of type NameIDTypeModifier and TypeMethodDescriptionvoidRequestType.setIssuer(NameIDType value) Sets the value of the issuer property. -
Uses of NameIDType in org.keycloak.dom.saml.v2.protocol
Fields in org.keycloak.dom.saml.v2.protocol declared as NameIDTypeModifier and TypeFieldDescriptionprotected NameIDTypeRequestAbstractType.issuerprotected NameIDTypeStatusResponseType.issuerprotected NameIDTypeLogoutRequestType.nameIDprotected NameIDTypeManageNameIDRequestType.nameIDprotected NameIDTypeNameIDMappingRequestType.nameIDprotected NameIDTypeNameIDMappingResponseType.nameIDMethods in org.keycloak.dom.saml.v2.protocol that return NameIDTypeModifier and TypeMethodDescriptionRequestAbstractType.getIssuer()Gets the value of the issuer property.StatusResponseType.getIssuer()Gets the value of the issuer property.LogoutRequestType.getNameID()Gets the value of the nameID property.ManageNameIDRequestType.getNameID()Gets the value of the nameID property.NameIDMappingRequestType.getNameID()Gets the value of the nameID property.NameIDMappingResponseType.getNameID()Gets the value of the nameID property.Methods in org.keycloak.dom.saml.v2.protocol with parameters of type NameIDTypeModifier and TypeMethodDescriptionvoidRequestAbstractType.setIssuer(NameIDType value) Sets the value of the issuer property.voidStatusResponseType.setIssuer(NameIDType value) Sets the value of the issuer property.voidLogoutRequestType.setNameID(NameIDType value) Sets the value of the nameID property.voidManageNameIDRequestType.setNameID(NameIDType value) Sets the value of the nameID property.voidNameIDMappingRequestType.setNameID(NameIDType value) Sets the value of the nameID property.voidNameIDMappingResponseType.setNameID(NameIDType value) Sets the value of the nameID property. -
Uses of NameIDType in org.keycloak.protocol.saml
Methods in org.keycloak.protocol.saml with parameters of type NameIDTypeModifier and TypeMethodDescriptionstatic ArtifactResponseTypeSamlProtocolUtils.buildArtifactResponse(SAML2Object samlObject, NameIDType issuer) Takes a saml object (an object that will be part of resulting ArtifactResponse), and inserts it as the body of an ArtifactResponse.static ArtifactResponseTypeSamlProtocolUtils.buildArtifactResponse(SAML2Object samlObject, NameIDType issuer, URI statusCode) Takes a saml object (an object that will be part of resulting ArtifactResponse), and inserts it as the body of an ArtifactResponse. -
Uses of NameIDType in org.keycloak.saml
Fields in org.keycloak.saml declared as NameIDTypeModifier and TypeFieldDescriptionprotected NameIDTypeSAML2ArtifactResolveRequestBuilder.issuerprotected NameIDTypeSAML2AuthnRequestBuilder.issuerprotected NameIDTypeSAML2ErrorResponseBuilder.issuerprotected NameIDTypeSAML2LoginResponseBuilder.issuerprotected NameIDTypeSAML2LogoutRequestBuilder.issuerprotected NameIDTypeSAML2LogoutResponseBuilder.issuerprotected NameIDTypeSAML2LogoutRequestBuilder.nameIdMethods in org.keycloak.saml that return NameIDTypeMethods in org.keycloak.saml with parameters of type NameIDTypeModifier and TypeMethodDescriptionSAML2ArtifactResolveRequestBuilder.issuer(NameIDType issuer) SAML2AuthnRequestBuilder.issuer(NameIDType issuer) SAML2ErrorResponseBuilder.issuer(NameIDType issuer) SAML2LoginResponseBuilder.issuer(NameIDType issuer) SAML2LogoutRequestBuilder.issuer(NameIDType issuer) SAML2LogoutResponseBuilder.issuer(NameIDType issuer) SAML2LogoutRequestBuilder.nameId(NameIDType nameId) -
Uses of NameIDType in org.keycloak.saml.processing.api.saml.v2.request
Methods in org.keycloak.saml.processing.api.saml.v2.request with parameters of type NameIDTypeModifier and TypeMethodDescriptionstatic ArtifactResolveTypeSAML2Request.createArtifactResolveRequest(NameIDType issuer) Create a Artifact Resolve Requeststatic LogoutRequestTypeSAML2Request.createLogoutRequest(NameIDType issuer) Create a Logout Request -
Uses of NameIDType in org.keycloak.saml.processing.api.saml.v2.response
Methods in org.keycloak.saml.processing.api.saml.v2.response with parameters of type NameIDTypeModifier and TypeMethodDescriptionSAML2Response.createAssertion(String id, NameIDType issuer) Create an assertion -
Uses of NameIDType in org.keycloak.saml.processing.core.parsers.util
Methods in org.keycloak.saml.processing.core.parsers.util that return NameIDTypeModifier and TypeMethodDescriptionstatic NameIDTypeSAMLParserUtil.parseNameIDType(XMLEventReader xmlEventReader) Parse aNameIDType -
Uses of NameIDType in org.keycloak.saml.processing.core.saml.v2.factories
Methods in org.keycloak.saml.processing.core.saml.v2.factories that return NameIDTypeModifier and TypeMethodDescriptionstatic NameIDTypeSAMLAssertionFactory.createNameID(String format, String qualifier, String value) Creates aNameIDTypeinstance with the specified values.Methods in org.keycloak.saml.processing.core.saml.v2.factories with parameters of type NameIDTypeModifier and TypeMethodDescriptionstatic AssertionTypeSAMLAssertionFactory.createAssertion(String id, NameIDType issuerID, XMLGregorianCalendar issueInstant, ConditionsType conditions, SubjectType subject, List<StatementAbstractType> statements) Creates a SAMLV2AssertionTypewith the specified values.static SubjectTypeSAMLAssertionFactory.createSubject(NameIDType nameID, SubjectConfirmationType confirmation) Creates aSubjectTypeobject with the specified values.static SubjectConfirmationTypeSAMLAssertionFactory.createSubjectConfirmation(NameIDType nameID, String confirmationMethod, KeyInfoConfirmationDataType keyInfoData) Creates aSubjectConfirmationTypeobject with the specified values. -
Uses of NameIDType in org.keycloak.saml.processing.core.saml.v2.holders
Methods in org.keycloak.saml.processing.core.saml.v2.holders that return NameIDTypeMethods in org.keycloak.saml.processing.core.saml.v2.holders with parameters of type NameIDTypeConstructors in org.keycloak.saml.processing.core.saml.v2.holders with parameters of type NameIDType -
Uses of NameIDType in org.keycloak.saml.processing.core.saml.v2.util
Methods in org.keycloak.saml.processing.core.saml.v2.util with parameters of type NameIDTypeModifier and TypeMethodDescriptionstatic AssertionTypeAssertionUtil.createAssertion(String id, NameIDType issuer) Create an assertion -
Uses of NameIDType in org.keycloak.saml.processing.core.saml.v2.writers
Methods in org.keycloak.saml.processing.core.saml.v2.writers with parameters of type NameIDTypeModifier and TypeMethodDescriptionvoidBaseWriter.write(NameIDType nameIDType, QName tag) WriteNameIDTypeto stream without writing a namespacevoidBaseWriter.write(NameIDType nameIDType, QName tag, boolean writeNamespace) WriteNameIDTypeto streamvoidBaseWriter.writeNameIDTypeAttributeValue(NameIDType attributeValue)