Class AsContext


  • public class AsContext
    extends Object
    • Field Detail

      • authMethod

        protected String authMethod
      • realm

        protected String realm
      • required

        protected String required
    • Constructor Detail

      • AsContext

        public AsContext()
    • Method Detail

      • getAuthMethod

        public String getAuthMethod()
        Gets the value of the authMethod property.
        Returns:
        possible object is String
      • setAuthMethod

        public void setAuthMethod​(String value)
        Sets the value of the authMethod property.
        Parameters:
        value - allowed object is String
      • getRealm

        public String getRealm()
        Gets the value of the realm property.
        Returns:
        possible object is String
      • setRealm

        public void setRealm​(String value)
        Sets the value of the realm property.
        Parameters:
        value - allowed object is String
      • getRequired

        public String getRequired()
        Gets the value of the required property.
        Returns:
        possible object is String
      • setRequired

        public void setRequired​(String value)
        Sets the value of the required property.
        Parameters:
        value - allowed object is String