Skip to main content
A newer version of this page is available. .

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
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
GetRealObject(Object, IObjectSpace) static
GetRealObjectSpace(IObjectSpace) static
GetScopeKey(IObjectSpace) static
GetType() Gets the Type of the current instance. Inherited from Object.
IsDeletedObject(IObjectSpace, Type, Object) static
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