Uses of Class
org.keycloak.dom.saml.v2.protocol.IDPEntryType
-
Packages that use IDPEntryType Package Description org.keycloak.dom.saml.v2.protocol Package containing the classes for the protocol of SAMLv2 -
-
Uses of IDPEntryType in org.keycloak.dom.saml.v2.protocol
Fields in org.keycloak.dom.saml.v2.protocol with type parameters of type IDPEntryType Modifier and Type Field Description protected List<IDPEntryType>IDPListType. idpEntryMethods in org.keycloak.dom.saml.v2.protocol that return types with arguments of type IDPEntryType Modifier and Type Method Description List<IDPEntryType>IDPListType. getIDPEntry()Gets the value of the idpEntry property.Methods in org.keycloak.dom.saml.v2.protocol with parameters of type IDPEntryType Modifier and Type Method Description voidIDPListType. addIDPEntry(IDPEntryType entry)Add an idp entryvoidIDPListType. removeIDPEntry(IDPEntryType entry)Remove an idp entry
-