public class Roles extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.Security.Roles
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.Roles
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
Roles() |
Roles(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
AddUsersToRole(JCORefOut dupParam0,
java.lang.String dupParam1) |
static void |
AddUsersToRole(java.lang.String[] usernames,
java.lang.String roleName) |
static void |
AddUsersToRoles(JCORefOut dupParam0,
JCORefOut dupParam1) |
static void |
AddUsersToRoles(java.lang.String[] usernames,
java.lang.String[] roleNames) |
static void |
AddUserToRole(java.lang.String username,
java.lang.String roleName) |
static void |
AddUserToRoles(java.lang.String dupParam0,
JCORefOut dupParam1) |
static void |
AddUserToRoles(java.lang.String username,
java.lang.String[] roleNames) |
static Roles |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into Roles, a cast assert is made to check if types are compatible. |
static void |
CreateRole(java.lang.String roleName) |
static void |
DeleteCookie() |
static boolean |
DeleteRole(java.lang.String roleName) |
static boolean |
DeleteRole(java.lang.String roleName,
boolean throwOnPopulatedRole) |
static java.lang.String[] |
FindUsersInRole(java.lang.String roleName,
java.lang.String usernameToMatch) |
static java.lang.String[] |
GetAllRoles() |
static java.lang.String |
getApplicationName() |
static boolean |
getCacheRolesInCookie() |
static java.lang.String |
getCookieName() |
static java.lang.String |
getCookiePath() |
static CookieProtection |
getCookieProtectionValue() |
static boolean |
getCookieRequireSSL() |
static boolean |
getCookieSlidingExpiration() |
static int |
getCookieTimeout() |
static boolean |
getCreatePersistentCookie() |
static java.lang.String |
getDomain() |
static boolean |
getEnabled() |
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
|
static int |
getMaxCachedResults() |
static RoleProvider |
getProvider() |
static RoleProviderCollection |
getProviders() |
static java.lang.String[] |
GetRolesForUser() |
static java.lang.String[] |
GetRolesForUser(java.lang.String username) |
static java.lang.String[] |
GetUsersInRole(java.lang.String roleName) |
static boolean |
IsUserInRole(java.lang.String roleName) |
static boolean |
IsUserInRole(java.lang.String username,
java.lang.String roleName) |
static void |
RemoveUserFromRole(java.lang.String username,
java.lang.String roleName) |
static void |
RemoveUserFromRoles(java.lang.String dupParam0,
JCORefOut dupParam1) |
static void |
RemoveUserFromRoles(java.lang.String username,
java.lang.String[] roleNames) |
static void |
RemoveUsersFromRole(JCORefOut dupParam0,
java.lang.String dupParam1) |
static void |
RemoveUsersFromRole(java.lang.String[] usernames,
java.lang.String roleName) |
static void |
RemoveUsersFromRoles(JCORefOut dupParam0,
JCORefOut dupParam1) |
static void |
RemoveUsersFromRoles(java.lang.String[] usernames,
java.lang.String[] roleNames) |
static boolean |
RoleExists(java.lang.String roleName) |
static void |
setApplicationName(java.lang.String ApplicationName) |
static void |
setEnabled(boolean Enabled) |
void |
setJCOInstance(JCObject instance) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public Roles()
throws java.lang.Throwable
java.lang.Throwablepublic Roles(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static void AddUsersToRole(JCORefOut dupParam0, java.lang.String dupParam1) throws java.lang.Throwable, ArgumentException, SecurityException, ArgumentNullException, TargetParameterCountException, NotSupportedException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ArgumentOutOfRangeException, ProviderException, ConfigurationErrorsException, FormatException, ConfigurationException, TypeLoadException, NullReferenceException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionTargetParameterCountExceptionNotSupportedExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionProviderExceptionConfigurationErrorsExceptionFormatExceptionConfigurationExceptionTypeLoadExceptionNullReferenceExceptionpublic static void AddUsersToRole(java.lang.String[] usernames,
java.lang.String roleName)
throws java.lang.Throwable,
ArgumentException,
SecurityException,
ArgumentNullException,
TargetParameterCountException,
NotSupportedException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
ArgumentOutOfRangeException,
ProviderException,
ConfigurationErrorsException,
FormatException,
ConfigurationException,
TypeLoadException,
NullReferenceException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionTargetParameterCountExceptionNotSupportedExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionProviderExceptionConfigurationErrorsExceptionFormatExceptionConfigurationExceptionTypeLoadExceptionNullReferenceExceptionpublic static void AddUsersToRoles(JCORefOut dupParam0, JCORefOut dupParam1) throws java.lang.Throwable, ArgumentException, SecurityException, ArgumentNullException, TargetParameterCountException, NotSupportedException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ArgumentOutOfRangeException, ProviderException, ConfigurationErrorsException, FormatException, ConfigurationException, TypeLoadException, NullReferenceException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionTargetParameterCountExceptionNotSupportedExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionProviderExceptionConfigurationErrorsExceptionFormatExceptionConfigurationExceptionTypeLoadExceptionNullReferenceExceptionpublic static void AddUsersToRoles(java.lang.String[] usernames,
java.lang.String[] roleNames)
throws java.lang.Throwable,
ArgumentException,
SecurityException,
ArgumentNullException,
TargetParameterCountException,
NotSupportedException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
ArgumentOutOfRangeException,
ProviderException,
ConfigurationErrorsException,
FormatException,
ConfigurationException,
TypeLoadException,
NullReferenceException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionTargetParameterCountExceptionNotSupportedExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionProviderExceptionConfigurationErrorsExceptionFormatExceptionConfigurationExceptionTypeLoadExceptionNullReferenceExceptionpublic static void AddUserToRole(java.lang.String username,
java.lang.String roleName)
throws java.lang.Throwable,
ArgumentException,
SecurityException,
ArgumentNullException,
TargetParameterCountException,
NotSupportedException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
ArgumentOutOfRangeException,
ProviderException,
ConfigurationErrorsException,
FormatException,
ConfigurationException,
TypeLoadException,
NullReferenceException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionTargetParameterCountExceptionNotSupportedExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionProviderExceptionConfigurationErrorsExceptionFormatExceptionConfigurationExceptionTypeLoadExceptionNullReferenceExceptionpublic static void AddUserToRoles(java.lang.String dupParam0,
JCORefOut dupParam1)
throws java.lang.Throwable,
ArgumentException,
SecurityException,
ArgumentNullException,
TargetParameterCountException,
NotSupportedException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
ArgumentOutOfRangeException,
ProviderException,
ConfigurationErrorsException,
FormatException,
ConfigurationException,
TypeLoadException,
NullReferenceException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionTargetParameterCountExceptionNotSupportedExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionProviderExceptionConfigurationErrorsExceptionFormatExceptionConfigurationExceptionTypeLoadExceptionNullReferenceExceptionpublic static void AddUserToRoles(java.lang.String username,
java.lang.String[] roleNames)
throws java.lang.Throwable,
ArgumentException,
SecurityException,
ArgumentNullException,
TargetParameterCountException,
NotSupportedException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
ArgumentOutOfRangeException,
ProviderException,
ConfigurationErrorsException,
FormatException,
ConfigurationException,
TypeLoadException,
NullReferenceException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionTargetParameterCountExceptionNotSupportedExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionProviderExceptionConfigurationErrorsExceptionFormatExceptionConfigurationExceptionTypeLoadExceptionNullReferenceExceptionpublic static Roles cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into Roles, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedRoles instancejava.lang.Throwable - in case of error during cast operationpublic static void CreateRole(java.lang.String roleName)
throws java.lang.Throwable,
ArgumentException,
SecurityException,
ArgumentNullException,
TargetParameterCountException,
NotSupportedException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
ArgumentOutOfRangeException,
ProviderException,
ConfigurationErrorsException,
FormatException,
ConfigurationException,
TypeLoadException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionTargetParameterCountExceptionNotSupportedExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionProviderExceptionConfigurationErrorsExceptionFormatExceptionConfigurationExceptionTypeLoadExceptionpublic static void DeleteCookie()
throws java.lang.Throwable,
ArgumentException,
SecurityException,
ArgumentNullException,
TargetParameterCountException,
NotSupportedException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
ArgumentOutOfRangeException,
ProviderException,
ConfigurationErrorsException,
FormatException,
ConfigurationException,
TypeLoadException,
HttpRequestValidationException,
NullReferenceException,
MissingMethodException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionTargetParameterCountExceptionNotSupportedExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionProviderExceptionConfigurationErrorsExceptionFormatExceptionConfigurationExceptionTypeLoadExceptionHttpRequestValidationExceptionNullReferenceExceptionMissingMethodExceptionpublic static boolean DeleteRole(java.lang.String roleName)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
ArgumentOutOfRangeException,
ConfigurationErrorsException,
NotSupportedException,
ConfigurationException,
ProviderException,
SecurityException,
NullReferenceException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionConfigurationErrorsExceptionNotSupportedExceptionConfigurationExceptionProviderExceptionSecurityExceptionNullReferenceExceptionpublic static boolean DeleteRole(java.lang.String roleName,
boolean throwOnPopulatedRole)
throws java.lang.Throwable,
ArgumentException,
SecurityException,
ArgumentNullException,
TargetParameterCountException,
NotSupportedException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
ArgumentOutOfRangeException,
ProviderException,
ConfigurationErrorsException,
FormatException,
ConfigurationException,
TypeLoadException,
NullReferenceException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionTargetParameterCountExceptionNotSupportedExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionProviderExceptionConfigurationErrorsExceptionFormatExceptionConfigurationExceptionTypeLoadExceptionNullReferenceExceptionpublic static java.lang.String[] FindUsersInRole(java.lang.String roleName,
java.lang.String usernameToMatch)
throws java.lang.Throwable,
ArgumentException,
SecurityException,
ArgumentNullException,
TargetParameterCountException,
NotSupportedException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
ArgumentOutOfRangeException,
ProviderException,
ConfigurationErrorsException,
FormatException,
ConfigurationException,
TypeLoadException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionTargetParameterCountExceptionNotSupportedExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionProviderExceptionConfigurationErrorsExceptionFormatExceptionConfigurationExceptionTypeLoadExceptionpublic static java.lang.String[] GetAllRoles()
throws java.lang.Throwable,
ArgumentException,
SecurityException,
ArgumentNullException,
TargetParameterCountException,
NotSupportedException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
ArgumentOutOfRangeException,
ProviderException,
ConfigurationErrorsException,
FormatException,
ConfigurationException,
TypeLoadException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionTargetParameterCountExceptionNotSupportedExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionProviderExceptionConfigurationErrorsExceptionFormatExceptionConfigurationExceptionTypeLoadExceptionpublic static java.lang.String getApplicationName()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
ArgumentOutOfRangeException,
ConfigurationErrorsException,
NotSupportedException,
ConfigurationException,
ProviderException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionConfigurationErrorsExceptionNotSupportedExceptionConfigurationExceptionProviderExceptionpublic static boolean getCacheRolesInCookie()
throws java.lang.Throwable,
ArgumentException,
SecurityException,
ArgumentNullException,
InvalidOperationException,
NotSupportedException,
MemberAccessException,
TargetException,
TargetParameterCountException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
HttpException,
ProviderException,
ConfigurationErrorsException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionInvalidOperationExceptionNotSupportedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionpublic static java.lang.String getCookieName()
throws java.lang.Throwable,
ArgumentException,
SecurityException,
ArgumentNullException,
InvalidOperationException,
NotSupportedException,
MemberAccessException,
TargetException,
TargetParameterCountException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
HttpException,
ProviderException,
ConfigurationErrorsException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionInvalidOperationExceptionNotSupportedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionpublic static java.lang.String getCookiePath()
throws java.lang.Throwable,
ArgumentException,
SecurityException,
ArgumentNullException,
InvalidOperationException,
NotSupportedException,
MemberAccessException,
TargetException,
TargetParameterCountException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
HttpException,
ProviderException,
ConfigurationErrorsException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionInvalidOperationExceptionNotSupportedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionpublic static CookieProtection getCookieProtectionValue() throws java.lang.Throwable, ArgumentException, SecurityException, ArgumentNullException, InvalidOperationException, NotSupportedException, MemberAccessException, TargetException, TargetParameterCountException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, HttpException, ProviderException, ConfigurationErrorsException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionInvalidOperationExceptionNotSupportedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionpublic static boolean getCookieRequireSSL()
throws java.lang.Throwable,
ArgumentException,
SecurityException,
ArgumentNullException,
InvalidOperationException,
NotSupportedException,
MemberAccessException,
TargetException,
TargetParameterCountException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
HttpException,
ProviderException,
ConfigurationErrorsException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionInvalidOperationExceptionNotSupportedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionpublic static boolean getCookieSlidingExpiration()
throws java.lang.Throwable,
ArgumentException,
SecurityException,
ArgumentNullException,
InvalidOperationException,
NotSupportedException,
MemberAccessException,
TargetException,
TargetParameterCountException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
HttpException,
ProviderException,
ConfigurationErrorsException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionInvalidOperationExceptionNotSupportedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionpublic static int getCookieTimeout()
throws java.lang.Throwable,
ArgumentException,
SecurityException,
ArgumentNullException,
InvalidOperationException,
NotSupportedException,
MemberAccessException,
TargetException,
TargetParameterCountException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
HttpException,
ProviderException,
ConfigurationErrorsException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionInvalidOperationExceptionNotSupportedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionpublic static boolean getCreatePersistentCookie()
throws java.lang.Throwable,
ArgumentException,
SecurityException,
ArgumentNullException,
InvalidOperationException,
NotSupportedException,
MemberAccessException,
TargetException,
TargetParameterCountException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
HttpException,
ProviderException,
ConfigurationErrorsException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionInvalidOperationExceptionNotSupportedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionpublic static java.lang.String getDomain()
throws java.lang.Throwable,
ArgumentException,
SecurityException,
ArgumentNullException,
InvalidOperationException,
NotSupportedException,
MemberAccessException,
TargetException,
TargetParameterCountException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
HttpException,
ProviderException,
ConfigurationErrorsException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionInvalidOperationExceptionNotSupportedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionpublic static boolean getEnabled()
throws java.lang.Throwable,
ArgumentException,
SecurityException,
ArgumentNullException,
NotImplementedException,
NotSupportedException,
InvalidOperationException,
MemberAccessException,
TargetException,
TargetParameterCountException,
ObjectDisposedException,
AbandonedMutexException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
HttpException,
ConfigurationException,
ProviderException,
ConfigurationErrorsException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionNotImplementedExceptionNotSupportedExceptionInvalidOperationExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionHttpExceptionConfigurationExceptionProviderExceptionConfigurationErrorsExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic static int getMaxCachedResults()
throws java.lang.Throwable,
ArgumentException,
SecurityException,
ArgumentNullException,
InvalidOperationException,
NotSupportedException,
MemberAccessException,
TargetException,
TargetParameterCountException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
HttpException,
ProviderException,
ConfigurationErrorsException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionInvalidOperationExceptionNotSupportedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionProviderExceptionConfigurationErrorsExceptionpublic static RoleProvider getProvider() throws java.lang.Throwable, ArgumentException, SecurityException, ArgumentNullException, TargetParameterCountException, NotSupportedException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ArgumentOutOfRangeException, ProviderException, ConfigurationErrorsException, FormatException, ConfigurationException, TypeLoadException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionTargetParameterCountExceptionNotSupportedExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionProviderExceptionConfigurationErrorsExceptionFormatExceptionConfigurationExceptionTypeLoadExceptionpublic static RoleProviderCollection getProviders() throws java.lang.Throwable, ArgumentException, SecurityException, ArgumentNullException, TargetParameterCountException, NotSupportedException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ArgumentOutOfRangeException, ProviderException, ConfigurationErrorsException, FormatException, ConfigurationException, TypeLoadException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionTargetParameterCountExceptionNotSupportedExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionProviderExceptionConfigurationErrorsExceptionFormatExceptionConfigurationExceptionTypeLoadExceptionpublic static java.lang.String[] GetRolesForUser()
throws java.lang.Throwable,
ArgumentException,
InvalidOperationException,
ArgumentNullException,
NotSupportedException,
SecurityException,
NullReferenceException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
HttpException,
ArgumentOutOfRangeException,
ConfigurationErrorsException,
ConfigurationException,
ProviderException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionArgumentNullExceptionNotSupportedExceptionSecurityExceptionNullReferenceExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionHttpExceptionArgumentOutOfRangeExceptionConfigurationErrorsExceptionConfigurationExceptionProviderExceptionpublic static java.lang.String[] GetRolesForUser(java.lang.String username)
throws java.lang.Throwable,
ArgumentException,
SecurityException,
ArgumentNullException,
TargetParameterCountException,
NotSupportedException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
ArgumentOutOfRangeException,
ProviderException,
ConfigurationErrorsException,
FormatException,
ConfigurationException,
TypeLoadException,
NullReferenceException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionTargetParameterCountExceptionNotSupportedExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionProviderExceptionConfigurationErrorsExceptionFormatExceptionConfigurationExceptionTypeLoadExceptionNullReferenceExceptionpublic static java.lang.String[] GetUsersInRole(java.lang.String roleName)
throws java.lang.Throwable,
ArgumentException,
SecurityException,
ArgumentNullException,
TargetParameterCountException,
NotSupportedException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
ArgumentOutOfRangeException,
ProviderException,
ConfigurationErrorsException,
FormatException,
ConfigurationException,
TypeLoadException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionTargetParameterCountExceptionNotSupportedExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionProviderExceptionConfigurationErrorsExceptionFormatExceptionConfigurationExceptionTypeLoadExceptionpublic static boolean IsUserInRole(java.lang.String roleName)
throws java.lang.Throwable,
ArgumentException,
InvalidOperationException,
ArgumentNullException,
NotSupportedException,
SecurityException,
NullReferenceException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
HttpException,
ArgumentOutOfRangeException,
ConfigurationErrorsException,
ConfigurationException,
ProviderException,
OutOfMemoryException,
CultureNotFoundException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionArgumentNullExceptionNotSupportedExceptionSecurityExceptionNullReferenceExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionHttpExceptionArgumentOutOfRangeExceptionConfigurationErrorsExceptionConfigurationExceptionProviderExceptionOutOfMemoryExceptionCultureNotFoundExceptionpublic static boolean IsUserInRole(java.lang.String username,
java.lang.String roleName)
throws java.lang.Throwable,
ArgumentException,
SecurityException,
ArgumentNullException,
TargetParameterCountException,
NotSupportedException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
ArgumentOutOfRangeException,
ProviderException,
ConfigurationErrorsException,
FormatException,
ConfigurationException,
TypeLoadException,
NullReferenceException,
CultureNotFoundException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionTargetParameterCountExceptionNotSupportedExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionProviderExceptionConfigurationErrorsExceptionFormatExceptionConfigurationExceptionTypeLoadExceptionNullReferenceExceptionCultureNotFoundExceptionpublic static void RemoveUserFromRole(java.lang.String username,
java.lang.String roleName)
throws java.lang.Throwable,
ArgumentException,
SecurityException,
ArgumentNullException,
TargetParameterCountException,
NotSupportedException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
ArgumentOutOfRangeException,
ProviderException,
ConfigurationErrorsException,
FormatException,
ConfigurationException,
TypeLoadException,
NullReferenceException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionTargetParameterCountExceptionNotSupportedExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionProviderExceptionConfigurationErrorsExceptionFormatExceptionConfigurationExceptionTypeLoadExceptionNullReferenceExceptionpublic static void RemoveUserFromRoles(java.lang.String dupParam0,
JCORefOut dupParam1)
throws java.lang.Throwable,
ArgumentException,
SecurityException,
ArgumentNullException,
TargetParameterCountException,
NotSupportedException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
ArgumentOutOfRangeException,
ProviderException,
ConfigurationErrorsException,
FormatException,
ConfigurationException,
TypeLoadException,
NullReferenceException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionTargetParameterCountExceptionNotSupportedExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionProviderExceptionConfigurationErrorsExceptionFormatExceptionConfigurationExceptionTypeLoadExceptionNullReferenceExceptionpublic static void RemoveUserFromRoles(java.lang.String username,
java.lang.String[] roleNames)
throws java.lang.Throwable,
ArgumentException,
SecurityException,
ArgumentNullException,
TargetParameterCountException,
NotSupportedException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
ArgumentOutOfRangeException,
ProviderException,
ConfigurationErrorsException,
FormatException,
ConfigurationException,
TypeLoadException,
NullReferenceException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionTargetParameterCountExceptionNotSupportedExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionProviderExceptionConfigurationErrorsExceptionFormatExceptionConfigurationExceptionTypeLoadExceptionNullReferenceExceptionpublic static void RemoveUsersFromRole(JCORefOut dupParam0, java.lang.String dupParam1) throws java.lang.Throwable, ArgumentException, SecurityException, ArgumentNullException, TargetParameterCountException, NotSupportedException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ArgumentOutOfRangeException, ProviderException, ConfigurationErrorsException, FormatException, ConfigurationException, TypeLoadException, NullReferenceException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionTargetParameterCountExceptionNotSupportedExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionProviderExceptionConfigurationErrorsExceptionFormatExceptionConfigurationExceptionTypeLoadExceptionNullReferenceExceptionpublic static void RemoveUsersFromRole(java.lang.String[] usernames,
java.lang.String roleName)
throws java.lang.Throwable,
ArgumentException,
SecurityException,
ArgumentNullException,
TargetParameterCountException,
NotSupportedException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
ArgumentOutOfRangeException,
ProviderException,
ConfigurationErrorsException,
FormatException,
ConfigurationException,
TypeLoadException,
NullReferenceException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionTargetParameterCountExceptionNotSupportedExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionProviderExceptionConfigurationErrorsExceptionFormatExceptionConfigurationExceptionTypeLoadExceptionNullReferenceExceptionpublic static void RemoveUsersFromRoles(JCORefOut dupParam0, JCORefOut dupParam1) throws java.lang.Throwable, ArgumentException, SecurityException, ArgumentNullException, TargetParameterCountException, NotSupportedException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ArgumentOutOfRangeException, ProviderException, ConfigurationErrorsException, FormatException, ConfigurationException, TypeLoadException, NullReferenceException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionTargetParameterCountExceptionNotSupportedExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionProviderExceptionConfigurationErrorsExceptionFormatExceptionConfigurationExceptionTypeLoadExceptionNullReferenceExceptionpublic static void RemoveUsersFromRoles(java.lang.String[] usernames,
java.lang.String[] roleNames)
throws java.lang.Throwable,
ArgumentException,
SecurityException,
ArgumentNullException,
TargetParameterCountException,
NotSupportedException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
ArgumentOutOfRangeException,
ProviderException,
ConfigurationErrorsException,
FormatException,
ConfigurationException,
TypeLoadException,
NullReferenceException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionTargetParameterCountExceptionNotSupportedExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionProviderExceptionConfigurationErrorsExceptionFormatExceptionConfigurationExceptionTypeLoadExceptionNullReferenceExceptionpublic static boolean RoleExists(java.lang.String roleName)
throws java.lang.Throwable,
ArgumentException,
SecurityException,
ArgumentNullException,
TargetParameterCountException,
NotSupportedException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
ArgumentOutOfRangeException,
ProviderException,
ConfigurationErrorsException,
FormatException,
ConfigurationException,
TypeLoadException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionTargetParameterCountExceptionNotSupportedExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionProviderExceptionConfigurationErrorsExceptionFormatExceptionConfigurationExceptionTypeLoadExceptionpublic static void setApplicationName(java.lang.String ApplicationName)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
ArgumentOutOfRangeException,
ConfigurationErrorsException,
NotSupportedException,
ConfigurationException,
ProviderException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionConfigurationErrorsExceptionNotSupportedExceptionConfigurationExceptionProviderExceptionpublic static void setEnabled(boolean Enabled)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException
public void setJCOInstance(JCObject instance)
setJCOInstance in class NetObject