public class SqlRoleProvider extends RoleProvider
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.Security.SqlRoleProvider
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Web
|
static java.lang.String |
className
Qualified class name: System.Web.Security.SqlRoleProvider
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
SqlRoleProvider() |
SqlRoleProvider(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AddUsersToRoles(JCORefOut dupParam0,
JCORefOut dupParam1) |
void |
AddUsersToRoles(java.lang.String[] usernames,
java.lang.String[] roleNames) |
static SqlRoleProvider |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into SqlRoleProvider, a cast assert is made to check if types are compatible. |
void |
CreateRole(java.lang.String roleName) |
boolean |
DeleteRole(java.lang.String roleName,
boolean throwOnPopulatedRole) |
java.lang.String[] |
FindUsersInRole(java.lang.String roleName,
java.lang.String usernameToMatch) |
java.lang.String[] |
GetAllRoles() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
java.lang.String[] |
GetRolesForUser(java.lang.String username) |
java.lang.String[] |
GetUsersInRole(java.lang.String roleName) |
void |
Initialize(java.lang.String name,
NameValueCollection config) |
boolean |
IsUserInRole(java.lang.String username,
java.lang.String roleName) |
void |
RemoveUsersFromRoles(JCORefOut dupParam0,
JCORefOut dupParam1) |
void |
RemoveUsersFromRoles(java.lang.String[] usernames,
java.lang.String[] roleNames) |
boolean |
RoleExists(java.lang.String roleName) |
void |
setJCOInstance(JCObject instance) |
getApplicationName, setApplicationNamegetDescription, getNamepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public SqlRoleProvider()
throws java.lang.Throwable
java.lang.Throwablepublic SqlRoleProvider(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void AddUsersToRoles(JCORefOut dupParam0, JCORefOut dupParam1) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NullReferenceException, MemberAccessException, PathTooLongException, PlatformNotSupportedException, NotSupportedException, OutOfMemoryException, Win32Exception, AbandonedMutexException, ProviderException, SecurityException, TargetException, TargetParameterCountException, HttpException, IOException, FormatException, SqlExecutionException, ConfigurationErrorsException, ConfigurationException, EventSourceException, KeyNotFoundException, SqlNullValueException, InvalidCastException, SqlException, TaskSchedulerException
AddUsersToRoles in class RoleProviderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNullReferenceExceptionMemberAccessExceptionPathTooLongExceptionPlatformNotSupportedExceptionNotSupportedExceptionOutOfMemoryExceptionWin32ExceptionAbandonedMutexExceptionProviderExceptionSecurityExceptionTargetExceptionTargetParameterCountExceptionHttpExceptionIOExceptionFormatExceptionSqlExecutionExceptionConfigurationErrorsExceptionConfigurationExceptionEventSourceExceptionKeyNotFoundExceptionSqlNullValueExceptionInvalidCastExceptionSqlExceptionTaskSchedulerExceptionpublic void AddUsersToRoles(java.lang.String[] usernames,
java.lang.String[] roleNames)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
NullReferenceException,
MemberAccessException,
PathTooLongException,
PlatformNotSupportedException,
NotSupportedException,
OutOfMemoryException,
Win32Exception,
AbandonedMutexException,
ProviderException,
SecurityException,
TargetException,
TargetParameterCountException,
HttpException,
IOException,
FormatException,
SqlExecutionException,
ConfigurationErrorsException,
ConfigurationException,
EventSourceException,
KeyNotFoundException,
SqlNullValueException,
InvalidCastException,
SqlException,
TaskSchedulerException
AddUsersToRoles in class RoleProviderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNullReferenceExceptionMemberAccessExceptionPathTooLongExceptionPlatformNotSupportedExceptionNotSupportedExceptionOutOfMemoryExceptionWin32ExceptionAbandonedMutexExceptionProviderExceptionSecurityExceptionTargetExceptionTargetParameterCountExceptionHttpExceptionIOExceptionFormatExceptionSqlExecutionExceptionConfigurationErrorsExceptionConfigurationExceptionEventSourceExceptionKeyNotFoundExceptionSqlNullValueExceptionInvalidCastExceptionSqlExceptionTaskSchedulerExceptionpublic static SqlRoleProvider cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into SqlRoleProvider, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedSqlRoleProvider instancejava.lang.Throwable - in case of error during cast operationpublic void CreateRole(java.lang.String roleName)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
NullReferenceException,
MemberAccessException,
PathTooLongException,
PlatformNotSupportedException,
NotSupportedException,
OutOfMemoryException,
Win32Exception,
AbandonedMutexException,
ProviderException,
SecurityException,
TargetException,
TargetParameterCountException,
HttpException,
IOException,
FormatException,
SqlExecutionException,
ConfigurationErrorsException,
ConfigurationException
CreateRole in class RoleProviderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNullReferenceExceptionMemberAccessExceptionPathTooLongExceptionPlatformNotSupportedExceptionNotSupportedExceptionOutOfMemoryExceptionWin32ExceptionAbandonedMutexExceptionProviderExceptionSecurityExceptionTargetExceptionTargetParameterCountExceptionHttpExceptionIOExceptionFormatExceptionSqlExecutionExceptionConfigurationErrorsExceptionConfigurationExceptionpublic boolean DeleteRole(java.lang.String roleName,
boolean throwOnPopulatedRole)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
NullReferenceException,
MemberAccessException,
PathTooLongException,
PlatformNotSupportedException,
NotSupportedException,
OutOfMemoryException,
Win32Exception,
AbandonedMutexException,
ProviderException,
SecurityException,
TargetException,
TargetParameterCountException,
HttpException,
IOException,
FormatException,
SqlExecutionException,
ConfigurationErrorsException,
ConfigurationException
DeleteRole in class RoleProviderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNullReferenceExceptionMemberAccessExceptionPathTooLongExceptionPlatformNotSupportedExceptionNotSupportedExceptionOutOfMemoryExceptionWin32ExceptionAbandonedMutexExceptionProviderExceptionSecurityExceptionTargetExceptionTargetParameterCountExceptionHttpExceptionIOExceptionFormatExceptionSqlExecutionExceptionConfigurationErrorsExceptionConfigurationExceptionpublic java.lang.String[] FindUsersInRole(java.lang.String roleName,
java.lang.String usernameToMatch)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
NullReferenceException,
MemberAccessException,
PathTooLongException,
PlatformNotSupportedException,
NotSupportedException,
OutOfMemoryException,
Win32Exception,
AbandonedMutexException,
ProviderException,
SecurityException,
TargetException,
TargetParameterCountException,
HttpException,
IOException,
FormatException,
SqlExecutionException,
ConfigurationErrorsException,
ConfigurationException,
EventSourceException,
KeyNotFoundException,
SqlNullValueException,
SqlException,
InvalidCastException,
OverflowException,
CryptographicException,
SqlTruncateException,
TaskSchedulerException
FindUsersInRole in class RoleProviderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNullReferenceExceptionMemberAccessExceptionPathTooLongExceptionPlatformNotSupportedExceptionNotSupportedExceptionOutOfMemoryExceptionWin32ExceptionAbandonedMutexExceptionProviderExceptionSecurityExceptionTargetExceptionTargetParameterCountExceptionHttpExceptionIOExceptionFormatExceptionSqlExecutionExceptionConfigurationErrorsExceptionConfigurationExceptionEventSourceExceptionKeyNotFoundExceptionSqlNullValueExceptionSqlExceptionInvalidCastExceptionOverflowExceptionCryptographicExceptionSqlTruncateExceptionTaskSchedulerExceptionpublic java.lang.String[] GetAllRoles()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
NullReferenceException,
MemberAccessException,
PathTooLongException,
InvalidOperationException,
MissingManifestResourceException,
ObjectDisposedException,
PlatformNotSupportedException,
NotSupportedException,
OutOfMemoryException,
Win32Exception,
AbandonedMutexException,
ProviderException,
SecurityException,
TargetException,
TargetParameterCountException,
HttpException,
IOException,
FormatException,
SqlExecutionException,
ConfigurationErrorsException,
ConfigurationException,
EventSourceException,
KeyNotFoundException,
SqlNullValueException,
SqlException,
InvalidCastException,
OverflowException,
CryptographicException,
SqlTruncateException,
NotImplementedException,
TaskSchedulerException
GetAllRoles in class RoleProviderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionNullReferenceExceptionMemberAccessExceptionPathTooLongExceptionInvalidOperationExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionNotSupportedExceptionOutOfMemoryExceptionWin32ExceptionAbandonedMutexExceptionProviderExceptionSecurityExceptionTargetExceptionTargetParameterCountExceptionHttpExceptionIOExceptionFormatExceptionSqlExecutionExceptionConfigurationErrorsExceptionConfigurationExceptionEventSourceExceptionKeyNotFoundExceptionSqlNullValueExceptionSqlExceptionInvalidCastExceptionOverflowExceptionCryptographicExceptionSqlTruncateExceptionNotImplementedExceptionTaskSchedulerExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class RoleProviderString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class RoleProviderString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class RoleProviderObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class RoleProviderString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class RoleProviderJCType representing the CLR Type of the instantiated Classpublic java.lang.String[] GetRolesForUser(java.lang.String username)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
NullReferenceException,
MemberAccessException,
PathTooLongException,
PlatformNotSupportedException,
NotSupportedException,
OutOfMemoryException,
Win32Exception,
AbandonedMutexException,
ProviderException,
SecurityException,
TargetException,
TargetParameterCountException,
HttpException,
IOException,
FormatException,
SqlExecutionException,
ConfigurationErrorsException,
ConfigurationException,
EventSourceException,
KeyNotFoundException,
SqlNullValueException,
SqlException,
InvalidCastException,
OverflowException,
CryptographicException,
SqlTruncateException,
TaskSchedulerException
GetRolesForUser in class RoleProviderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNullReferenceExceptionMemberAccessExceptionPathTooLongExceptionPlatformNotSupportedExceptionNotSupportedExceptionOutOfMemoryExceptionWin32ExceptionAbandonedMutexExceptionProviderExceptionSecurityExceptionTargetExceptionTargetParameterCountExceptionHttpExceptionIOExceptionFormatExceptionSqlExecutionExceptionConfigurationErrorsExceptionConfigurationExceptionEventSourceExceptionKeyNotFoundExceptionSqlNullValueExceptionSqlExceptionInvalidCastExceptionOverflowExceptionCryptographicExceptionSqlTruncateExceptionTaskSchedulerExceptionpublic java.lang.String[] GetUsersInRole(java.lang.String roleName)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
NullReferenceException,
MemberAccessException,
PathTooLongException,
PlatformNotSupportedException,
NotSupportedException,
OutOfMemoryException,
Win32Exception,
AbandonedMutexException,
ProviderException,
SecurityException,
TargetException,
TargetParameterCountException,
HttpException,
IOException,
FormatException,
SqlExecutionException,
ConfigurationErrorsException,
ConfigurationException,
EventSourceException,
KeyNotFoundException,
SqlNullValueException,
SqlException,
InvalidCastException,
OverflowException,
CryptographicException,
SqlTruncateException,
TaskSchedulerException
GetUsersInRole in class RoleProviderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNullReferenceExceptionMemberAccessExceptionPathTooLongExceptionPlatformNotSupportedExceptionNotSupportedExceptionOutOfMemoryExceptionWin32ExceptionAbandonedMutexExceptionProviderExceptionSecurityExceptionTargetExceptionTargetParameterCountExceptionHttpExceptionIOExceptionFormatExceptionSqlExecutionExceptionConfigurationErrorsExceptionConfigurationExceptionEventSourceExceptionKeyNotFoundExceptionSqlNullValueExceptionSqlExceptionInvalidCastExceptionOverflowExceptionCryptographicExceptionSqlTruncateExceptionTaskSchedulerExceptionpublic void Initialize(java.lang.String name,
NameValueCollection config)
throws java.lang.Throwable,
ArgumentException,
SecurityException,
ArgumentNullException,
NotImplementedException,
NotSupportedException,
InvalidOperationException,
MemberAccessException,
TargetException,
TargetParameterCountException,
ObjectDisposedException,
MissingMethodException,
TargetInvocationException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
HttpException,
IndexOutOfRangeException,
ProviderException,
ConfigurationErrorsException,
ConfigurationException,
PlatformNotSupportedException,
NullReferenceException,
KeyNotFoundException,
OutOfMemoryException,
Win32Exception,
AccessViolationException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException
Initialize in class ProviderBasejava.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionNotImplementedExceptionNotSupportedExceptionInvalidOperationExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionObjectDisposedExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionHttpExceptionIndexOutOfRangeExceptionProviderExceptionConfigurationErrorsExceptionConfigurationExceptionPlatformNotSupportedExceptionNullReferenceExceptionKeyNotFoundExceptionOutOfMemoryExceptionWin32ExceptionAccessViolationExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic boolean IsUserInRole(java.lang.String username,
java.lang.String roleName)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
NullReferenceException,
MemberAccessException,
PathTooLongException,
PlatformNotSupportedException,
NotSupportedException,
OutOfMemoryException,
Win32Exception,
AbandonedMutexException,
ProviderException,
SecurityException,
TargetException,
TargetParameterCountException,
HttpException,
IOException,
FormatException,
SqlExecutionException,
ConfigurationErrorsException,
ConfigurationException
IsUserInRole in class RoleProviderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNullReferenceExceptionMemberAccessExceptionPathTooLongExceptionPlatformNotSupportedExceptionNotSupportedExceptionOutOfMemoryExceptionWin32ExceptionAbandonedMutexExceptionProviderExceptionSecurityExceptionTargetExceptionTargetParameterCountExceptionHttpExceptionIOExceptionFormatExceptionSqlExecutionExceptionConfigurationErrorsExceptionConfigurationExceptionpublic void RemoveUsersFromRoles(JCORefOut dupParam0, JCORefOut dupParam1) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NullReferenceException, MemberAccessException, PathTooLongException, PlatformNotSupportedException, NotSupportedException, OutOfMemoryException, Win32Exception, AbandonedMutexException, ProviderException, SecurityException, TargetException, TargetParameterCountException, HttpException, IOException, FormatException, SqlExecutionException, ConfigurationErrorsException, ConfigurationException, EventSourceException, KeyNotFoundException, SqlNullValueException, InvalidCastException, SqlException, TaskSchedulerException
RemoveUsersFromRoles in class RoleProviderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNullReferenceExceptionMemberAccessExceptionPathTooLongExceptionPlatformNotSupportedExceptionNotSupportedExceptionOutOfMemoryExceptionWin32ExceptionAbandonedMutexExceptionProviderExceptionSecurityExceptionTargetExceptionTargetParameterCountExceptionHttpExceptionIOExceptionFormatExceptionSqlExecutionExceptionConfigurationErrorsExceptionConfigurationExceptionEventSourceExceptionKeyNotFoundExceptionSqlNullValueExceptionInvalidCastExceptionSqlExceptionTaskSchedulerExceptionpublic void RemoveUsersFromRoles(java.lang.String[] usernames,
java.lang.String[] roleNames)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
NullReferenceException,
MemberAccessException,
PathTooLongException,
PlatformNotSupportedException,
NotSupportedException,
OutOfMemoryException,
Win32Exception,
AbandonedMutexException,
ProviderException,
SecurityException,
TargetException,
TargetParameterCountException,
HttpException,
IOException,
FormatException,
SqlExecutionException,
ConfigurationErrorsException,
ConfigurationException,
EventSourceException,
KeyNotFoundException,
SqlNullValueException,
InvalidCastException,
SqlException,
TaskSchedulerException
RemoveUsersFromRoles in class RoleProviderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNullReferenceExceptionMemberAccessExceptionPathTooLongExceptionPlatformNotSupportedExceptionNotSupportedExceptionOutOfMemoryExceptionWin32ExceptionAbandonedMutexExceptionProviderExceptionSecurityExceptionTargetExceptionTargetParameterCountExceptionHttpExceptionIOExceptionFormatExceptionSqlExecutionExceptionConfigurationErrorsExceptionConfigurationExceptionEventSourceExceptionKeyNotFoundExceptionSqlNullValueExceptionInvalidCastExceptionSqlExceptionTaskSchedulerExceptionpublic boolean RoleExists(java.lang.String roleName)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
NullReferenceException,
MemberAccessException,
PathTooLongException,
PlatformNotSupportedException,
NotSupportedException,
OutOfMemoryException,
Win32Exception,
AbandonedMutexException,
ProviderException,
SecurityException,
TargetException,
TargetParameterCountException,
HttpException,
IOException,
FormatException,
SqlExecutionException,
ConfigurationErrorsException,
ConfigurationException
RoleExists in class RoleProviderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNullReferenceExceptionMemberAccessExceptionPathTooLongExceptionPlatformNotSupportedExceptionNotSupportedExceptionOutOfMemoryExceptionWin32ExceptionAbandonedMutexExceptionProviderExceptionSecurityExceptionTargetExceptionTargetParameterCountExceptionHttpExceptionIOExceptionFormatExceptionSqlExecutionExceptionConfigurationErrorsExceptionConfigurationExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class RoleProvider