Uses of Class
org.keycloak.dom.saml.v2.protocol.IDPListType
-
Packages that use IDPListType Package Description org.keycloak.dom.saml.v2.profiles.sso.ecp org.keycloak.dom.saml.v2.protocol 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 IDPListType Modifier and Type Field Description protected IDPListTypeRequestType. idpListMethods in org.keycloak.dom.saml.v2.profiles.sso.ecp that return IDPListType Modifier and Type Method Description IDPListTypeRequestType. getIDPList()Gets the value of the idpList property.Methods in org.keycloak.dom.saml.v2.profiles.sso.ecp with parameters of type IDPListType Modifier and Type Method Description voidRequestType. 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 IDPListType Modifier and Type Field Description protected IDPListTypeScopingType. idpListMethods in org.keycloak.dom.saml.v2.protocol that return IDPListType Modifier and Type Method Description IDPListTypeScopingType. getIDPList()Gets the value of the idpList property.Methods in org.keycloak.dom.saml.v2.protocol with parameters of type IDPListType Modifier and Type Method Description voidScopingType. setIDPList(IDPListType value)Sets the value of the idpList property.
-