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