クラス MetaConsentType.ConsentTypeRuntime

java.lang.Object
org.iplass.mtp.impl.auth.oauth.MetaConsentType.ConsentTypeRuntime
直系の既知のサブクラス:
MetaAlwaysConsentType.AlwaysConsentTypeRuntime, MetaOnceConsentType.OnceConsentTypeRuntime, MetaScriptingConsentType.ScriptingConsentTypeRuntime
含まれているクラス:
MetaConsentType

public abstract static class MetaConsentType.ConsentTypeRuntime extends Object
  • コンストラクタの詳細

    • ConsentTypeRuntime

      public ConsentTypeRuntime()
  • メソッドの詳細

    • needConsent

      public abstract boolean needConsent(org.iplass.mtp.command.RequestContext request, List<String> scopes, AccessToken currentToken)