Skip to main content
.NET 6.0+

IsGrantedAdapter Methods

The static class used to maintain the list of registered Security Adapters and process the security permission requests using these adapters.
Name Description
ClearPermissionCache() static For internal use.
DisableRefreshPermissions() static For internal use.
Enable(ISecurityAdapterProvider, ReloadPermissionStrategy) static Enables the specified Security Adapter using the selected mode of reloading the security permissions.
Enable(ISecurityAdapterProvider) static Enables the specified Security Adapter in the ReloadPermissionStrategy.NoCache mode.
Enable(IEnumerable<ISecurityAdapterProvider>, ReloadPermissionStrategy) static Enables the specified list of Security Adapters using the selected mode of reloading the security permissions.
Enable(IEnumerable<ISecurityAdapterProvider>) static Enables the specified list of Security Adapters in the ReloadPermissionStrategy.NoCache mode.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetAllAdapterProviders() static Specifies the password.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetOrCreateSecurityAdapter(IObjectSpace, Type, Object) static For internal use.
GetPermissionsProvider(IObjectSpace, Type, Object) static For internal use.
GetRealObject(Object, IObjectSpace) static For internal use.
GetRealObjectSpace(IObjectSpace) static For internal use.
GetScopeKey(IObjectSpace) static For internal use.
GetType() Gets the Type of the current instance. Inherited from Object.
IsDeletedObject(IObjectSpace, Type, Object) static For internal use.
IsGranted(IRequestSecurity, Type, Object, String, String, IObjectSpace, Type, Object, out Boolean) static For internal use.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
SetObjectSpacePermissionProvider(Func<IObjectSpace>) static For internal use.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also