Class ASAuthorizationProviderExtensionAuthorizationRequest

  • All Implemented Interfaces:
    NSObject

    public class ASAuthorizationProviderExtensionAuthorizationRequest
    extends NSObject
    • Constructor Detail

      • ASAuthorizationProviderExtensionAuthorizationRequest

        protected ASAuthorizationProviderExtensionAuthorizationRequest​(org.moe.natj.general.Pointer peer)
    • Method Detail

      • accessInstanceVariablesDirectly

        public static boolean accessInstanceVariablesDirectly()
      • allocWithZone

        public static java.lang.Object allocWithZone​(org.moe.natj.general.ptr.VoidPtr zone)
      • authorizationOptions

        public NSDictionary<?,​?> authorizationOptions()
        Authorization options.
      • automaticallyNotifiesObserversForKey

        public static boolean automaticallyNotifiesObserversForKey​(java.lang.String key)
      • callerBundleIdentifier

        public java.lang.String callerBundleIdentifier()
        Identification of the calling application.
      • cancel

        public void cancel()
        Call when authorization needs to be canceled from some reason (for example user pressed Cancel button).
      • cancelPreviousPerformRequestsWithTarget

        public static void cancelPreviousPerformRequestsWithTarget​(java.lang.Object aTarget)
      • cancelPreviousPerformRequestsWithTargetSelectorObject

        public static void cancelPreviousPerformRequestsWithTargetSelectorObject​(java.lang.Object aTarget,
                                                                                 org.moe.natj.objc.SEL aSelector,
                                                                                 java.lang.Object anArgument)
      • classFallbacksForKeyedArchiver

        public static NSArray<java.lang.String> classFallbacksForKeyedArchiver()
      • classForKeyedUnarchiver

        public static org.moe.natj.objc.Class classForKeyedUnarchiver()
      • complete

        public void complete()
        Call when authorization succeeded without any output.
      • completeWithError

        public void completeWithError​(NSError error)
        Call when authorization failed with an error.
      • completeWithHTTPAuthorizationHeaders

        public void completeWithHTTPAuthorizationHeaders​(NSDictionary<java.lang.String,​java.lang.String> httpAuthorizationHeaders)
        Call when authorization succeeded with an authorization tokens stored in HTTP headers.
      • completeWithHTTPResponseHttpBody

        public void completeWithHTTPResponseHttpBody​(NSHTTPURLResponse httpResponse,
                                                     NSData httpBody)
        Call when authorization succeeded with a HTTP response.
      • debugDescription_static

        public static java.lang.String debugDescription_static()
      • description_static

        public static java.lang.String description_static()
      • doNotHandle

        public void doNotHandle()
        Call when authorization was not handled.
      • extensionData

        public NSDictionary<?,​?> extensionData()
        Extension data from extension configuration provided by MDM stored as a property-list.
      • hash_static

        public static long hash_static()
      • httpBody

        public NSData httpBody()
        Request body.
      • httpHeaders

        public NSDictionary<java.lang.String,​java.lang.String> httpHeaders()
        Request HTTP headers.
      • instanceMethodSignatureForSelector

        public static NSMethodSignature instanceMethodSignatureForSelector​(org.moe.natj.objc.SEL aSelector)
      • instancesRespondToSelector

        public static boolean instancesRespondToSelector​(org.moe.natj.objc.SEL aSelector)
      • isSubclassOfClass

        public static boolean isSubclassOfClass​(org.moe.natj.objc.Class aClass)
      • keyPathsForValuesAffectingValueForKey

        public static NSSet<java.lang.String> keyPathsForValuesAffectingValueForKey​(java.lang.String key)
      • new_objc

        public static java.lang.Object new_objc()
      • realm

        public java.lang.String realm()
        Realm.
      • requestedOperation

        public java.lang.String requestedOperation()
        Operation to be executed by the extension.
      • resolveClassMethod

        public static boolean resolveClassMethod​(org.moe.natj.objc.SEL sel)
      • resolveInstanceMethod

        public static boolean resolveInstanceMethod​(org.moe.natj.objc.SEL sel)
      • setVersion_static

        public static void setVersion_static​(long aVersion)
      • superclass_static

        public static org.moe.natj.objc.Class superclass_static()
      • url

        public NSURL url()
        Request URL with all components.
      • version_static

        public static long version_static()
      • callerTeamIdentifier

        public java.lang.String callerTeamIdentifier()
        Team identifier of the calling application.
      • isCallerManaged

        public boolean isCallerManaged()
        Indicates whether the calling application is managed.
      • localizedCallerDisplayName

        public java.lang.String localizedCallerDisplayName()
        Localized display name of the calling application.