Uses of Class
org.keycloak.dom.saml.v2.ac.GoverningAgreementsType
-
Packages that use GoverningAgreementsType Package Description org.keycloak.dom.saml.v2.ac -
-
Uses of GoverningAgreementsType in org.keycloak.dom.saml.v2.ac
Fields in org.keycloak.dom.saml.v2.ac declared as GoverningAgreementsType Modifier and Type Field Description protected GoverningAgreementsTypeAuthnContextDeclarationBaseType. governingAgreementsprotected GoverningAgreementsTypeIdentificationType. governingAgreementsMethods in org.keycloak.dom.saml.v2.ac that return GoverningAgreementsType Modifier and Type Method Description GoverningAgreementsTypeAuthnContextDeclarationBaseType. getGoverningAgreements()Gets the value of the governingAgreements property.GoverningAgreementsTypeIdentificationType. getGoverningAgreements()Gets the value of the governingAgreements property.Methods in org.keycloak.dom.saml.v2.ac with parameters of type GoverningAgreementsType Modifier and Type Method Description voidAuthnContextDeclarationBaseType. setGoverningAgreements(GoverningAgreementsType value)Sets the value of the governingAgreements property.voidIdentificationType. setGoverningAgreements(GoverningAgreementsType value)Sets the value of the governingAgreements property.
-