public class RoleProvider extends ProviderBase
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.Security.RoleProvider
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.ApplicationServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
|
static java.lang.String |
assemblyShortName
Assembly name: System.Web.ApplicationServices
|
static java.lang.String |
className
Qualified class name: System.Web.Security.RoleProvider
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
RoleProvider() |
RoleProvider(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 RoleProvider |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into RoleProvider, 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 |
getApplicationName() |
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) |
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 |
setApplicationName(java.lang.String ApplicationName) |
void |
setJCOInstance(JCObject instance) |
getDescription, getName, Initializepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public RoleProvider()
throws java.lang.Throwable
java.lang.Throwablepublic RoleProvider(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void AddUsersToRoles(JCORefOut dupParam0, JCORefOut dupParam1) throws java.lang.Throwable
java.lang.Throwablepublic void AddUsersToRoles(java.lang.String[] usernames,
java.lang.String[] roleNames)
throws java.lang.Throwable
java.lang.Throwablepublic static RoleProvider cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into RoleProvider, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedRoleProvider instancejava.lang.Throwable - in case of error during cast operationpublic void CreateRole(java.lang.String roleName)
throws java.lang.Throwable
java.lang.Throwablepublic boolean DeleteRole(java.lang.String roleName,
boolean throwOnPopulatedRole)
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String[] FindUsersInRole(java.lang.String roleName,
java.lang.String usernameToMatch)
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String[] GetAllRoles()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getApplicationName()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class ProviderBaseString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class ProviderBaseString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class ProviderBaseObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class ProviderBaseString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class ProviderBaseJCType representing the CLR Type of the instantiated Classpublic java.lang.String[] GetRolesForUser(java.lang.String username)
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String[] GetUsersInRole(java.lang.String roleName)
throws java.lang.Throwable
java.lang.Throwablepublic boolean IsUserInRole(java.lang.String username,
java.lang.String roleName)
throws java.lang.Throwable
java.lang.Throwablepublic void RemoveUsersFromRoles(JCORefOut dupParam0, JCORefOut dupParam1) throws java.lang.Throwable
java.lang.Throwablepublic void RemoveUsersFromRoles(java.lang.String[] usernames,
java.lang.String[] roleNames)
throws java.lang.Throwable
java.lang.Throwablepublic boolean RoleExists(java.lang.String roleName)
throws java.lang.Throwable
java.lang.Throwablepublic void setApplicationName(java.lang.String ApplicationName)
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class ProviderBase