| Modifier and Type | Class and Description |
|---|---|
static interface |
ASCredentialIdentityStore.Block_getCredentialIdentityStoreStateWithCompletion |
static interface |
ASCredentialIdentityStore.Block_removeAllCredentialIdentitiesWithCompletion |
static interface |
ASCredentialIdentityStore.Block_removeCredentialIdentitiesCompletion |
static interface |
ASCredentialIdentityStore.Block_replaceCredentialIdentitiesWithIdentitiesCompletion |
static interface |
ASCredentialIdentityStore.Block_saveCredentialIdentitiesCompletion |
NSObject.Function_instanceMethodForSelector_ret, NSObject.Function_methodForSelector_ret| Modifier | Constructor and Description |
|---|---|
protected |
ASCredentialIdentityStore(org.moe.natj.general.Pointer peer) |
accessibilityActivate, accessibilityActivationPoint, accessibilityAssistiveTechnologyFocusedIdentifiers, accessibilityAttributedHint, accessibilityAttributedLabel, accessibilityAttributedUserInputLabels, accessibilityAttributedValue, accessibilityContainerType, accessibilityCustomActions, accessibilityCustomRotors, accessibilityDecrement, accessibilityDragSourceDescriptors, accessibilityDropPointDescriptors, accessibilityElementAtIndex, accessibilityElementCount, accessibilityElementDidBecomeFocused, accessibilityElementDidLoseFocus, accessibilityElementIsFocused, accessibilityElements, accessibilityElementsHidden, accessibilityFrame, accessibilityHint, accessibilityIncrement, accessibilityLabel, accessibilityLanguage, accessibilityNavigationStyle, accessibilityPath, accessibilityPerformEscape, accessibilityPerformMagicTap, accessibilityRespondsToUserInteraction, accessibilityScroll, accessibilityTextualContext, accessibilityTraits, accessibilityUserInputLabels, accessibilityValue, accessibilityViewIsModal, addObserverForKeyPathOptionsContext, attemptRecoveryFromErrorOptionIndex, attemptRecoveryFromErrorOptionIndexDelegateDidRecoverSelectorContextInfo, autoContentAccessingProxy, awakeAfterUsingCoder, awakeFromNib, class_objc, classForCoder, classForKeyedArchiver, copy, dealloc, debugDescription, description, dictionaryWithValuesForKeys, didChangeValueForKey, didChangeValueForKeyWithSetMutationUsingObjects, didChangeValuesAtIndexesForKey, doesNotRecognizeSelector, fileManagerShouldProceedAfterError, fileManagerWillProcessPath, finalize_objc, forwardingTargetForSelector, forwardInvocation, hash, indexOfAccessibilityElement, isAccessibilityElement, isEqual, isKindOfClass, isMemberOfClass, isProxy, methodForSelector, methodSignatureForSelector, mutableArrayValueForKey, mutableArrayValueForKeyPath, mutableCopy, mutableOrderedSetValueForKey, mutableOrderedSetValueForKeyPath, mutableSetValueForKey, mutableSetValueForKeyPath, observationInfo, observeValueForKeyPathOfObjectChangeContext, performSelector, performSelectorInBackgroundWithObject, performSelectorOnMainThreadWithObjectWaitUntilDone, performSelectorOnMainThreadWithObjectWaitUntilDoneModes, performSelectorOnThreadWithObjectWaitUntilDone, performSelectorOnThreadWithObjectWaitUntilDoneModes, performSelectorWithObject, performSelectorWithObjectAfterDelay, performSelectorWithObjectAfterDelayInModes, performSelectorWithObjectWithObject, prepareForInterfaceBuilder, provideImageDataBytesPerRowOrigin_Size_UserInfo, removeObserverForKeyPath, removeObserverForKeyPathContext, replacementObjectForCoder, replacementObjectForKeyedArchiver, respondsToSelector, self, setAccessibilityActivationPoint, setAccessibilityAttributedHint, setAccessibilityAttributedLabel, setAccessibilityAttributedUserInputLabels, setAccessibilityAttributedValue, setAccessibilityContainerType, setAccessibilityCustomActions, setAccessibilityCustomRotors, setAccessibilityDragSourceDescriptors, setAccessibilityDropPointDescriptors, setAccessibilityElements, setAccessibilityElementsHidden, setAccessibilityFrame, setAccessibilityHint, setAccessibilityLabel, setAccessibilityLanguage, setAccessibilityNavigationStyle, setAccessibilityPath, setAccessibilityRespondsToUserInteraction, setAccessibilityTextualContext, setAccessibilityTraits, setAccessibilityUserInputLabels, setAccessibilityValue, setAccessibilityViewIsModal, setIsAccessibilityElement, setNilValueForKey, setObservationInfo, setShouldGroupAccessibilityChildren, setValueForKey, setValueForKeyPath, setValueForUndefinedKey, setValuesForKeysWithDictionary, shouldGroupAccessibilityChildren, superclass, validateValueForKeyError, validateValueForKeyPathError, valueForKey, valueForKeyPath, valueForUndefinedKey, willChangeValueForKey, willChangeValueForKeyWithSetMutationUsingObjects, willChangeValuesAtIndexesForKeyprotected ASCredentialIdentityStore(org.moe.natj.general.Pointer peer)
public static boolean accessInstanceVariablesDirectly()
public static ASCredentialIdentityStore alloc()
public static ASCredentialIdentityStore allocWithZone(org.moe.natj.general.ptr.VoidPtr zone)
public static boolean automaticallyNotifiesObserversForKey(java.lang.String key)
public static void cancelPreviousPerformRequestsWithTarget(java.lang.Object aTarget)
public static void cancelPreviousPerformRequestsWithTargetSelectorObject(java.lang.Object aTarget,
org.moe.natj.objc.SEL aSelector,
java.lang.Object anArgument)
public static NSArray<java.lang.String> classFallbacksForKeyedArchiver()
public static org.moe.natj.objc.Class classForKeyedUnarchiver()
public static java.lang.String debugDescription_static()
public static java.lang.String description_static()
public void getCredentialIdentityStoreStateWithCompletion(ASCredentialIdentityStore.Block_getCredentialIdentityStoreStateWithCompletion completion)
Call this method to find out the current state of the store before attempting to call other store methods. Use the provided ASCredentialIdentityStoreState to find out if the store is enabled and whether it supports incremental updates.
completion - completion handler to be called with the current state of the store.public static long hash_static()
public ASCredentialIdentityStore init()
public static NSObject.Function_instanceMethodForSelector_ret instanceMethodForSelector(org.moe.natj.objc.SEL aSelector)
public static NSMethodSignature instanceMethodSignatureForSelector(org.moe.natj.objc.SEL aSelector)
public static boolean instancesRespondToSelector(org.moe.natj.objc.SEL aSelector)
public static boolean isSubclassOfClass(org.moe.natj.objc.Class aClass)
public static NSSet<java.lang.String> keyPathsForValuesAffectingValueForKey(java.lang.String key)
public static ASCredentialIdentityStore new_objc()
public void removeAllCredentialIdentitiesWithCompletion(ASCredentialIdentityStore.Block_removeAllCredentialIdentitiesWithCompletion completion)
completion - optional completion handler to be called after removing all existing credential identities.
If the operation fails, an error with domain ASCredentialIdentityStoreErrorDomain will be provided and none of
the existing credential identities will be removed from the store.public void removeCredentialIdentitiesCompletion(NSArray<? extends ASPasswordCredentialIdentity> credentialIdentities, ASCredentialIdentityStore.Block_removeCredentialIdentitiesCompletion completion)
Use this method only if the store supports incremental updates to remove previously added credentials to the store.
credentialIdentities - array of ASPasswordCredentialIdentity objects to remove from the store.completion - optional completion handler to be called after removing the credential identities.
If the operation fails, an error with domain ASCredentialIdentityStoreErrorDomain will be provided
and none of the objects in credentialIdentities will be removed from the store.public void replaceCredentialIdentitiesWithIdentitiesCompletion(NSArray<? extends ASPasswordCredentialIdentity> newCredentialIdentities, ASCredentialIdentityStore.Block_replaceCredentialIdentitiesWithIdentitiesCompletion completion)
This method will delete all existing credential identities that are persisted in the store and replace them with the provided array of credential identities. If the operation fails, an error with domain ASCredentialIdentityStoreErrorDomain will be provided and none of the new credential identities will be saved.
newCredentialIdentities - array of new credential identity objects to replace the old ones.completion - an optional completion block to be called after the operation is finished.public static boolean resolveClassMethod(org.moe.natj.objc.SEL sel)
public static boolean resolveInstanceMethod(org.moe.natj.objc.SEL sel)
public void saveCredentialIdentitiesCompletion(NSArray<? extends ASPasswordCredentialIdentity> credentialIdentities, ASCredentialIdentityStore.Block_saveCredentialIdentitiesCompletion completion)
If the store supports incremental updates, call this method to add new credential identities since the last time the store was updated. Otherwise, call this method to pass all credential identities. If some credential identities in credentialIdentities already exist in the store, they will be replaced by those from credentialIdentities.
credentialIdentities - array of ASPasswordCredentialIdentity objects to save to the store.completion - optional completion handler to be called after adding the credential identities.
If the operation fails, an error with domain ASCredentialIdentityStoreErrorDomain will be provided
and none of the objects in credentialIdentities will be saved to the store.public static void setVersion_static(long aVersion)
public static ASCredentialIdentityStore sharedStore()
public static org.moe.natj.objc.Class superclass_static()
public static long version_static()