Class AuthorizationScope


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

      Constructors 
      Constructor Description
      AuthorizationScope​(java.lang.String scope, java.lang.String description)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDescription()  
      java.lang.String getScope()  
      • Methods inherited from class java.lang.Object

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

      • AuthorizationScope

        public AuthorizationScope​(java.lang.String scope,
                                  java.lang.String description)
    • Method Detail

      • getScope

        public java.lang.String getScope()
      • getDescription

        public java.lang.String getDescription()