Uses of Class
org.keycloak.dom.saml.v2.protocol.IDPListType
Packages that use IDPListType
Package
Description
Package containing the classes for the protocol of SAMLv2
-
Uses of IDPListType in org.keycloak.dom.saml.v2.profiles.sso.ecp
Fields in org.keycloak.dom.saml.v2.profiles.sso.ecp declared as IDPListTypeMethods in org.keycloak.dom.saml.v2.profiles.sso.ecp that return IDPListTypeModifier and TypeMethodDescriptionRequestType.getIDPList()Gets the value of the idpList property.Methods in org.keycloak.dom.saml.v2.profiles.sso.ecp with parameters of type IDPListTypeModifier and TypeMethodDescriptionvoidRequestType.setIDPList(IDPListType value) Sets the value of the idpList property. -
Uses of IDPListType in org.keycloak.dom.saml.v2.protocol
Fields in org.keycloak.dom.saml.v2.protocol declared as IDPListTypeMethods in org.keycloak.dom.saml.v2.protocol that return IDPListTypeModifier and TypeMethodDescriptionScopingType.getIDPList()Gets the value of the idpList property.Methods in org.keycloak.dom.saml.v2.protocol with parameters of type IDPListTypeModifier and TypeMethodDescriptionvoidScopingType.setIDPList(IDPListType value) Sets the value of the idpList property.