Uses of Class
org.keycloak.dom.saml.v2.ac.GoverningAgreementsType
Packages that use GoverningAgreementsType
-
Uses of GoverningAgreementsType in org.keycloak.dom.saml.v2.ac
Fields in org.keycloak.dom.saml.v2.ac declared as GoverningAgreementsTypeModifier and TypeFieldDescriptionprotected GoverningAgreementsTypeAuthnContextDeclarationBaseType.governingAgreementsprotected GoverningAgreementsTypeIdentificationType.governingAgreementsMethods in org.keycloak.dom.saml.v2.ac that return GoverningAgreementsTypeModifier and TypeMethodDescriptionAuthnContextDeclarationBaseType.getGoverningAgreements()Gets the value of the governingAgreements property.IdentificationType.getGoverningAgreements()Gets the value of the governingAgreements property.Methods in org.keycloak.dom.saml.v2.ac with parameters of type GoverningAgreementsTypeModifier and TypeMethodDescriptionvoidAuthnContextDeclarationBaseType.setGoverningAgreements(GoverningAgreementsType value) Sets the value of the governingAgreements property.voidIdentificationType.setGoverningAgreements(GoverningAgreementsType value) Sets the value of the governingAgreements property.