Uses of Class
org.keycloak.dom.saml.v2.assertion.NameIDType
-
Packages that use NameIDType Package Description org.keycloak.dom.saml.v2.assertion Package for the model classes for the SAML2 Assertionorg.keycloak.dom.saml.v2.profiles.sso.ecp org.keycloak.dom.saml.v2.protocol 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 NameIDType Modifier and Type Field Description protected NameIDTypeSubjectConfirmationType. nameIDMethods in org.keycloak.dom.saml.v2.assertion that return NameIDType Modifier and Type Method Description static NameIDTypeNameIDType. deserializeFromString(String s)NameIDTypeAssertionType. getIssuer()Get the issuerNameIDTypeSubjectConfirmationType. getNameID()Gets the value of the nameID property.Methods in org.keycloak.dom.saml.v2.assertion with parameters of type NameIDType Modifier and Type Method Description voidAssertionType. 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 NameIDType Modifier and Type Field Description protected NameIDTypeRequestType. issuerMethods in org.keycloak.dom.saml.v2.profiles.sso.ecp that return NameIDType Modifier and Type Method Description NameIDTypeRequestType. getIssuer()Gets the value of the issuer property.Methods in org.keycloak.dom.saml.v2.profiles.sso.ecp with parameters of type NameIDType Modifier and Type Method Description voidRequestType. 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 NameIDType Modifier and Type Field Description protected NameIDTypeRequestAbstractType. issuerprotected NameIDTypeStatusResponseType. issuerprotected NameIDTypeLogoutRequestType. nameIDprotected NameIDTypeManageNameIDRequestType. nameIDprotected NameIDTypeNameIDMappingRequestType. nameIDprotected NameIDTypeNameIDMappingResponseType. nameIDMethods in org.keycloak.dom.saml.v2.protocol that return NameIDType Modifier and Type Method Description NameIDTypeRequestAbstractType. getIssuer()Gets the value of the issuer property.NameIDTypeStatusResponseType. getIssuer()Gets the value of the issuer property.NameIDTypeLogoutRequestType. getNameID()Gets the value of the nameID property.NameIDTypeManageNameIDRequestType. getNameID()Gets the value of the nameID property.NameIDTypeNameIDMappingRequestType. getNameID()Gets the value of the nameID property.NameIDTypeNameIDMappingResponseType. getNameID()Gets the value of the nameID property.Methods in org.keycloak.dom.saml.v2.protocol with parameters of type NameIDType Modifier and Type Method Description voidRequestAbstractType. 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.
-