Uses of Class
org.keycloak.dom.saml.v2.protocol.ScopingType
-
Packages that use ScopingType Package Description org.keycloak.dom.saml.v2.protocol Package containing the classes for the protocol of SAMLv2 -
-
Uses of ScopingType in org.keycloak.dom.saml.v2.protocol
Fields in org.keycloak.dom.saml.v2.protocol declared as ScopingType Modifier and Type Field Description protected ScopingTypeAuthnRequestType. scopingMethods in org.keycloak.dom.saml.v2.protocol that return ScopingType Modifier and Type Method Description ScopingTypeAuthnRequestType. getScoping()Gets the value of the scoping property.Methods in org.keycloak.dom.saml.v2.protocol with parameters of type ScopingType Modifier and Type Method Description voidAuthnRequestType. setScoping(ScopingType value)Sets the value of the scoping property.
-