public class AuthorizationStoreRoleProvider extends RoleProvider
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.Security.AuthorizationStoreRoleProvider
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.AuthorizationStoreRoleProvider
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
AuthorizationStoreRoleProvider() |
AuthorizationStoreRoleProvider(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 AuthorizationStoreRoleProvider |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into AuthorizationStoreRoleProvider, 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() |
int |
getCacheRefreshInterval() |
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 |
getScopeName() |
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) |
void |
setScopeName(java.lang.String ScopeName) |
getApplicationName, setApplicationNamegetDescription, getNamepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public AuthorizationStoreRoleProvider()
throws java.lang.Throwable
java.lang.Throwablepublic AuthorizationStoreRoleProvider(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void AddUsersToRoles(JCORefOut dupParam0, JCORefOut dupParam1) throws java.lang.Throwable, ArgumentException, SecurityException, ArgumentNullException, NotImplementedException, NotSupportedException, InvalidOperationException, MemberAccessException, TargetException, TargetParameterCountException, ObjectDisposedException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, HttpException, IndexOutOfRangeException, InvalidTimeZoneException, PlatformNotSupportedException, NullReferenceException, OutOfMemoryException, Win32Exception, AccessViolationException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ProviderException, ConfigurationException, ConfigurationErrorsException, OverflowException
AddUsersToRoles in class RoleProviderjava.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionNotImplementedExceptionNotSupportedExceptionInvalidOperationExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionObjectDisposedExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionHttpExceptionIndexOutOfRangeExceptionInvalidTimeZoneExceptionPlatformNotSupportedExceptionNullReferenceExceptionOutOfMemoryExceptionWin32ExceptionAccessViolationExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionProviderExceptionConfigurationExceptionConfigurationErrorsExceptionOverflowExceptionpublic void AddUsersToRoles(java.lang.String[] usernames,
java.lang.String[] roleNames)
throws java.lang.Throwable,
ArgumentException,
SecurityException,
ArgumentNullException,
NotImplementedException,
NotSupportedException,
InvalidOperationException,
MemberAccessException,
TargetException,
TargetParameterCountException,
ObjectDisposedException,
MissingMethodException,
TargetInvocationException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
HttpException,
IndexOutOfRangeException,
InvalidTimeZoneException,
PlatformNotSupportedException,
NullReferenceException,
OutOfMemoryException,
Win32Exception,
AccessViolationException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
ProviderException,
ConfigurationException,
ConfigurationErrorsException,
OverflowException
AddUsersToRoles in class RoleProviderjava.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionNotImplementedExceptionNotSupportedExceptionInvalidOperationExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionObjectDisposedExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionHttpExceptionIndexOutOfRangeExceptionInvalidTimeZoneExceptionPlatformNotSupportedExceptionNullReferenceExceptionOutOfMemoryExceptionWin32ExceptionAccessViolationExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionProviderExceptionConfigurationExceptionConfigurationErrorsExceptionOverflowExceptionpublic static AuthorizationStoreRoleProvider cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into AuthorizationStoreRoleProvider, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedAuthorizationStoreRoleProvider instancejava.lang.Throwable - in case of error during cast operationpublic void CreateRole(java.lang.String roleName)
throws java.lang.Throwable,
ArgumentException,
SecurityException,
ArgumentNullException,
NotImplementedException,
NotSupportedException,
InvalidOperationException,
MemberAccessException,
TargetException,
TargetParameterCountException,
ObjectDisposedException,
MissingMethodException,
TargetInvocationException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
HttpException,
IndexOutOfRangeException,
InvalidTimeZoneException,
PlatformNotSupportedException,
NullReferenceException,
KeyNotFoundException,
OutOfMemoryException,
Win32Exception,
AccessViolationException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
ProviderException,
ConfigurationErrorsException,
ConfigurationException,
OverflowException
CreateRole in class RoleProviderjava.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionNotImplementedExceptionNotSupportedExceptionInvalidOperationExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionObjectDisposedExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionHttpExceptionIndexOutOfRangeExceptionInvalidTimeZoneExceptionPlatformNotSupportedExceptionNullReferenceExceptionKeyNotFoundExceptionOutOfMemoryExceptionWin32ExceptionAccessViolationExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionProviderExceptionConfigurationErrorsExceptionConfigurationExceptionOverflowExceptionpublic boolean DeleteRole(java.lang.String roleName,
boolean throwOnPopulatedRole)
throws java.lang.Throwable,
ArgumentException,
SecurityException,
ArgumentNullException,
NotImplementedException,
NotSupportedException,
InvalidOperationException,
MemberAccessException,
TargetException,
TargetParameterCountException,
ObjectDisposedException,
MissingMethodException,
TargetInvocationException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
HttpException,
IndexOutOfRangeException,
InvalidTimeZoneException,
PlatformNotSupportedException,
NullReferenceException,
KeyNotFoundException,
OutOfMemoryException,
Win32Exception,
AccessViolationException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
ProviderException,
ConfigurationErrorsException,
ConfigurationException,
OverflowException
DeleteRole in class RoleProviderjava.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionNotImplementedExceptionNotSupportedExceptionInvalidOperationExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionObjectDisposedExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionHttpExceptionIndexOutOfRangeExceptionInvalidTimeZoneExceptionPlatformNotSupportedExceptionNullReferenceExceptionKeyNotFoundExceptionOutOfMemoryExceptionWin32ExceptionAccessViolationExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionProviderExceptionConfigurationErrorsExceptionConfigurationExceptionOverflowExceptionpublic java.lang.String[] FindUsersInRole(java.lang.String roleName,
java.lang.String usernameToMatch)
throws java.lang.Throwable,
NotImplementedException
FindUsersInRole in class RoleProviderjava.lang.ThrowableNotImplementedExceptionpublic java.lang.String[] GetAllRoles()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
ArgumentOutOfRangeException,
InvalidTimeZoneException,
CultureNotFoundException,
IndexOutOfRangeException,
NotSupportedException,
PlatformNotSupportedException,
NullReferenceException,
KeyNotFoundException,
OutOfMemoryException,
Win32Exception,
AccessViolationException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
MemberAccessException,
TargetException,
TargetParameterCountException,
TypeLoadException,
ProviderException,
ConfigurationErrorsException,
SecurityException,
ConfigurationException,
OverflowException
GetAllRoles in class RoleProviderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionInvalidTimeZoneExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionNotSupportedExceptionPlatformNotSupportedExceptionNullReferenceExceptionKeyNotFoundExceptionOutOfMemoryExceptionWin32ExceptionAccessViolationExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionTypeLoadExceptionProviderExceptionConfigurationErrorsExceptionSecurityExceptionConfigurationExceptionOverflowExceptionpublic int getCacheRefreshInterval()
throws java.lang.Throwable
java.lang.Throwablepublic 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,
HttpException,
OverflowException,
PlatformNotSupportedException,
NotSupportedException,
NullReferenceException,
OutOfMemoryException,
Win32Exception,
AbandonedMutexException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
ProviderException,
ConfigurationErrorsException,
SecurityException
GetRolesForUser in class RoleProviderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionHttpExceptionOverflowExceptionPlatformNotSupportedExceptionNotSupportedExceptionNullReferenceExceptionOutOfMemoryExceptionWin32ExceptionAbandonedMutexExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionProviderExceptionConfigurationErrorsExceptionSecurityExceptionpublic java.lang.String getScopeName()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String[] GetUsersInRole(java.lang.String roleName)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
HttpException,
InvalidTimeZoneException,
NotSupportedException,
PlatformNotSupportedException,
NullReferenceException,
OutOfMemoryException,
Win32Exception,
AccessViolationException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
SecurityException,
TargetParameterCountException,
ProviderException,
ConfigurationException,
ConfigurationErrorsException,
OverflowException
GetUsersInRole in class RoleProviderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionHttpExceptionInvalidTimeZoneExceptionNotSupportedExceptionPlatformNotSupportedExceptionNullReferenceExceptionOutOfMemoryExceptionWin32ExceptionAccessViolationExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionSecurityExceptionTargetParameterCountExceptionProviderExceptionConfigurationExceptionConfigurationErrorsExceptionOverflowExceptionpublic 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,
ConfigurationException,
NullReferenceException,
ConfigurationErrorsException,
PlatformNotSupportedException,
KeyNotFoundException,
OutOfMemoryException,
Win32Exception,
AccessViolationException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException
Initialize in class ProviderBasejava.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionNotImplementedExceptionNotSupportedExceptionInvalidOperationExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionObjectDisposedExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionHttpExceptionIndexOutOfRangeExceptionProviderExceptionConfigurationExceptionNullReferenceExceptionConfigurationErrorsExceptionPlatformNotSupportedExceptionKeyNotFoundExceptionOutOfMemoryExceptionWin32ExceptionAccessViolationExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic 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,
HttpException,
OverflowException,
PlatformNotSupportedException,
NotSupportedException,
NullReferenceException,
OutOfMemoryException,
Win32Exception,
AbandonedMutexException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
ProviderException,
ConfigurationErrorsException,
SecurityException
IsUserInRole in class RoleProviderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionHttpExceptionOverflowExceptionPlatformNotSupportedExceptionNotSupportedExceptionNullReferenceExceptionOutOfMemoryExceptionWin32ExceptionAbandonedMutexExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionProviderExceptionConfigurationErrorsExceptionSecurityExceptionpublic void RemoveUsersFromRoles(JCORefOut dupParam0, JCORefOut dupParam1) throws java.lang.Throwable, ArgumentException, SecurityException, ArgumentNullException, NotImplementedException, NotSupportedException, InvalidOperationException, MemberAccessException, TargetException, TargetParameterCountException, ObjectDisposedException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, HttpException, IndexOutOfRangeException, InvalidTimeZoneException, PlatformNotSupportedException, NullReferenceException, OutOfMemoryException, Win32Exception, AccessViolationException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ProviderException, ConfigurationException, ConfigurationErrorsException, OverflowException
RemoveUsersFromRoles in class RoleProviderjava.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionNotImplementedExceptionNotSupportedExceptionInvalidOperationExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionObjectDisposedExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionHttpExceptionIndexOutOfRangeExceptionInvalidTimeZoneExceptionPlatformNotSupportedExceptionNullReferenceExceptionOutOfMemoryExceptionWin32ExceptionAccessViolationExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionProviderExceptionConfigurationExceptionConfigurationErrorsExceptionOverflowExceptionpublic void RemoveUsersFromRoles(java.lang.String[] userNames,
java.lang.String[] roleNames)
throws java.lang.Throwable,
ArgumentException,
SecurityException,
ArgumentNullException,
NotImplementedException,
NotSupportedException,
InvalidOperationException,
MemberAccessException,
TargetException,
TargetParameterCountException,
ObjectDisposedException,
MissingMethodException,
TargetInvocationException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
HttpException,
IndexOutOfRangeException,
InvalidTimeZoneException,
PlatformNotSupportedException,
NullReferenceException,
OutOfMemoryException,
Win32Exception,
AccessViolationException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
ProviderException,
ConfigurationException,
ConfigurationErrorsException,
OverflowException
RemoveUsersFromRoles in class RoleProviderjava.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionNotImplementedExceptionNotSupportedExceptionInvalidOperationExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionObjectDisposedExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionHttpExceptionIndexOutOfRangeExceptionInvalidTimeZoneExceptionPlatformNotSupportedExceptionNullReferenceExceptionOutOfMemoryExceptionWin32ExceptionAccessViolationExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionProviderExceptionConfigurationExceptionConfigurationErrorsExceptionOverflowExceptionpublic boolean RoleExists(java.lang.String roleName)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
HttpException,
InvalidTimeZoneException,
NotSupportedException,
PlatformNotSupportedException,
NullReferenceException,
OutOfMemoryException,
Win32Exception,
AccessViolationException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
SecurityException,
TargetParameterCountException,
ProviderException,
ConfigurationException,
ConfigurationErrorsException,
OverflowException
RoleExists in class RoleProviderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionHttpExceptionInvalidTimeZoneExceptionNotSupportedExceptionPlatformNotSupportedExceptionNullReferenceExceptionOutOfMemoryExceptionWin32ExceptionAccessViolationExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionSecurityExceptionTargetParameterCountExceptionProviderExceptionConfigurationExceptionConfigurationErrorsExceptionOverflowExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class RoleProviderpublic void setScopeName(java.lang.String ScopeName)
throws java.lang.Throwable
java.lang.Throwable