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.