Uses of Class
org.keycloak.dom.saml.v2.protocol.IDPEntryType
Packages that use IDPEntryType
Package
Description
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 IDPEntryTypeMethods in org.keycloak.dom.saml.v2.protocol that return types with arguments of type IDPEntryTypeModifier and TypeMethodDescriptionIDPListType.getIDPEntry()
Gets the value of the idpEntry property.Methods in org.keycloak.dom.saml.v2.protocol with parameters of type IDPEntryTypeModifier and TypeMethodDescriptionvoid
IDPListType.addIDPEntry
(IDPEntryType entry) Add an idp entryvoid
IDPListType.removeIDPEntry
(IDPEntryType entry) Remove an idp entry