Class AuthMethod


  • public class AuthMethod
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      AuthMethod()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getId()  
      java.lang.String getType()  
      void setId​(java.lang.String id)  
      void setType​(java.lang.String type)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AuthMethod

        public AuthMethod()
    • Method Detail

      • getType

        public java.lang.String getType()
      • setType

        public void setType​(java.lang.String type)
      • getId

        public java.lang.String getId()
      • setId

        public void setId​(java.lang.String id)