Package system.web.security
Class Roles
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.web.security.Roles
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class Roles extends NetObject
The base .NET class managing System.Web.Security.Roles, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..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
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
assemblyFullName
Fully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.String
assemblyShortName
Assembly name: System.Webstatic java.lang.String
className
Qualified class name: System.Web.Security.Rolesstatic org.mases.jcobridge.JCType
classType
The type managed from JCOBridge.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
AddUsersToRole(java.lang.String[] usernames, java.lang.String roleName)
static void
AddUsersToRole(JCORefOut dupParam0, java.lang.String dupParam1)
static void
AddUsersToRoles(java.lang.String[] usernames, java.lang.String[] roleNames)
static void
AddUsersToRoles(JCORefOut dupParam0, JCORefOut dupParam1)
static void
AddUserToRole(java.lang.String username, java.lang.String roleName)
static void
AddUserToRoles(java.lang.String username, java.lang.String[] roleNames)
static void
AddUserToRoles(java.lang.String dupParam0, JCORefOut dupParam1)
static Roles
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoRoles
, 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 namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectorg.mases.jcobridge.JCType
getJCOType()
Returns the instantiated class Typestatic 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 username, java.lang.String[] roleNames)
static void
RemoveUserFromRoles(java.lang.String dupParam0, JCORefOut dupParam1)
static void
RemoveUsersFromRole(java.lang.String[] usernames, java.lang.String roleName)
static void
RemoveUsersFromRole(JCORefOut dupParam0, java.lang.String dupParam1)
static void
RemoveUsersFromRoles(java.lang.String[] usernames, java.lang.String[] roleNames)
static void
RemoveUsersFromRoles(JCORefOut dupParam0, JCORefOut dupParam1)
static boolean
RoleExists(java.lang.String roleName)
static void
setApplicationName(java.lang.String ApplicationName)
static void
setEnabled(boolean Enabled)
void
setJCOInstance(org.mases.jcobridge.JCObject instance)
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Web- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Web.Security.Roles- See Also:
- Constant Field Values
-
classType
public static org.mases.jcobridge.JCType classType
The type managed from JCOBridge. SeeJCType
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classNetObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(org.mases.jcobridge.JCObject instance)
- Overrides:
setJCOInstance
in classNetObject
-
getJCOType
public org.mases.jcobridge.JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static Roles cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoRoles
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
Roles
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
DeleteRole
public 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
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
HttpException
ArgumentOutOfRangeException
ConfigurationErrorsException
NotSupportedException
ConfigurationException
ProviderException
SecurityException
NullReferenceException
-
DeleteRole
public 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
- Throws:
java.lang.Throwable
ArgumentException
SecurityException
ArgumentNullException
TargetParameterCountException
NotSupportedException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
ArgumentOutOfRangeException
ProviderException
ConfigurationErrorsException
FormatException
ConfigurationException
TypeLoadException
NullReferenceException
-
IsUserInRole
public 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
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
ArgumentNullException
NotSupportedException
SecurityException
NullReferenceException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
HttpException
ArgumentOutOfRangeException
ConfigurationErrorsException
ConfigurationException
ProviderException
OutOfMemoryException
CultureNotFoundException
-
IsUserInRole
public 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
- Throws:
java.lang.Throwable
ArgumentException
SecurityException
ArgumentNullException
TargetParameterCountException
NotSupportedException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
ArgumentOutOfRangeException
ProviderException
ConfigurationErrorsException
FormatException
ConfigurationException
TypeLoadException
NullReferenceException
CultureNotFoundException
-
RoleExists
public 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
- Throws:
java.lang.Throwable
ArgumentException
SecurityException
ArgumentNullException
TargetParameterCountException
NotSupportedException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
ArgumentOutOfRangeException
ProviderException
ConfigurationErrorsException
FormatException
ConfigurationException
TypeLoadException
-
FindUsersInRole
public 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
- Throws:
java.lang.Throwable
ArgumentException
SecurityException
ArgumentNullException
TargetParameterCountException
NotSupportedException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
ArgumentOutOfRangeException
ProviderException
ConfigurationErrorsException
FormatException
ConfigurationException
TypeLoadException
-
GetAllRoles
public 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
- Throws:
java.lang.Throwable
ArgumentException
SecurityException
ArgumentNullException
TargetParameterCountException
NotSupportedException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
ArgumentOutOfRangeException
ProviderException
ConfigurationErrorsException
FormatException
ConfigurationException
TypeLoadException
-
GetRolesForUser
public static java.lang.String[] GetRolesForUser() throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, NotSupportedException, SecurityException, NullReferenceException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, HttpException, ArgumentOutOfRangeException, ConfigurationErrorsException, ConfigurationException, ProviderException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
ArgumentNullException
NotSupportedException
SecurityException
NullReferenceException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
HttpException
ArgumentOutOfRangeException
ConfigurationErrorsException
ConfigurationException
ProviderException
-
GetRolesForUser
public 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
- Throws:
java.lang.Throwable
ArgumentException
SecurityException
ArgumentNullException
TargetParameterCountException
NotSupportedException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
ArgumentOutOfRangeException
ProviderException
ConfigurationErrorsException
FormatException
ConfigurationException
TypeLoadException
NullReferenceException
-
GetUsersInRole
public 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
- Throws:
java.lang.Throwable
ArgumentException
SecurityException
ArgumentNullException
TargetParameterCountException
NotSupportedException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
ArgumentOutOfRangeException
ProviderException
ConfigurationErrorsException
FormatException
ConfigurationException
TypeLoadException
-
AddUsersToRole
public 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
- Throws:
java.lang.Throwable
ArgumentException
SecurityException
ArgumentNullException
TargetParameterCountException
NotSupportedException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
ArgumentOutOfRangeException
ProviderException
ConfigurationErrorsException
FormatException
ConfigurationException
TypeLoadException
NullReferenceException
-
AddUsersToRole
public 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
- Throws:
java.lang.Throwable
ArgumentException
SecurityException
ArgumentNullException
TargetParameterCountException
NotSupportedException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
ArgumentOutOfRangeException
ProviderException
ConfigurationErrorsException
FormatException
ConfigurationException
TypeLoadException
NullReferenceException
-
AddUsersToRoles
public 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
- Throws:
java.lang.Throwable
ArgumentException
SecurityException
ArgumentNullException
TargetParameterCountException
NotSupportedException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
ArgumentOutOfRangeException
ProviderException
ConfigurationErrorsException
FormatException
ConfigurationException
TypeLoadException
NullReferenceException
-
AddUsersToRoles
public 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
- Throws:
java.lang.Throwable
ArgumentException
SecurityException
ArgumentNullException
TargetParameterCountException
NotSupportedException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
ArgumentOutOfRangeException
ProviderException
ConfigurationErrorsException
FormatException
ConfigurationException
TypeLoadException
NullReferenceException
-
AddUserToRole
public 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
- Throws:
java.lang.Throwable
ArgumentException
SecurityException
ArgumentNullException
TargetParameterCountException
NotSupportedException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
ArgumentOutOfRangeException
ProviderException
ConfigurationErrorsException
FormatException
ConfigurationException
TypeLoadException
NullReferenceException
-
AddUserToRoles
public 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
- Throws:
java.lang.Throwable
ArgumentException
SecurityException
ArgumentNullException
TargetParameterCountException
NotSupportedException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
ArgumentOutOfRangeException
ProviderException
ConfigurationErrorsException
FormatException
ConfigurationException
TypeLoadException
NullReferenceException
-
AddUserToRoles
public 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
- Throws:
java.lang.Throwable
ArgumentException
SecurityException
ArgumentNullException
TargetParameterCountException
NotSupportedException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
ArgumentOutOfRangeException
ProviderException
ConfigurationErrorsException
FormatException
ConfigurationException
TypeLoadException
NullReferenceException
-
CreateRole
public 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
- Throws:
java.lang.Throwable
ArgumentException
SecurityException
ArgumentNullException
TargetParameterCountException
NotSupportedException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
ArgumentOutOfRangeException
ProviderException
ConfigurationErrorsException
FormatException
ConfigurationException
TypeLoadException
-
DeleteCookie
public 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
- Throws:
java.lang.Throwable
ArgumentException
SecurityException
ArgumentNullException
TargetParameterCountException
NotSupportedException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
ArgumentOutOfRangeException
ProviderException
ConfigurationErrorsException
FormatException
ConfigurationException
TypeLoadException
HttpRequestValidationException
NullReferenceException
MissingMethodException
-
RemoveUserFromRole
public 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
- Throws:
java.lang.Throwable
ArgumentException
SecurityException
ArgumentNullException
TargetParameterCountException
NotSupportedException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
ArgumentOutOfRangeException
ProviderException
ConfigurationErrorsException
FormatException
ConfigurationException
TypeLoadException
NullReferenceException
-
RemoveUserFromRoles
public 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
- Throws:
java.lang.Throwable
ArgumentException
SecurityException
ArgumentNullException
TargetParameterCountException
NotSupportedException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
ArgumentOutOfRangeException
ProviderException
ConfigurationErrorsException
FormatException
ConfigurationException
TypeLoadException
NullReferenceException
-
RemoveUserFromRoles
public 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
- Throws:
java.lang.Throwable
ArgumentException
SecurityException
ArgumentNullException
TargetParameterCountException
NotSupportedException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
ArgumentOutOfRangeException
ProviderException
ConfigurationErrorsException
FormatException
ConfigurationException
TypeLoadException
NullReferenceException
-
RemoveUsersFromRole
public 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
- Throws:
java.lang.Throwable
ArgumentException
SecurityException
ArgumentNullException
TargetParameterCountException
NotSupportedException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
ArgumentOutOfRangeException
ProviderException
ConfigurationErrorsException
FormatException
ConfigurationException
TypeLoadException
NullReferenceException
-
RemoveUsersFromRole
public 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
- Throws:
java.lang.Throwable
ArgumentException
SecurityException
ArgumentNullException
TargetParameterCountException
NotSupportedException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
ArgumentOutOfRangeException
ProviderException
ConfigurationErrorsException
FormatException
ConfigurationException
TypeLoadException
NullReferenceException
-
RemoveUsersFromRoles
public 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
- Throws:
java.lang.Throwable
ArgumentException
SecurityException
ArgumentNullException
TargetParameterCountException
NotSupportedException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
ArgumentOutOfRangeException
ProviderException
ConfigurationErrorsException
FormatException
ConfigurationException
TypeLoadException
NullReferenceException
-
RemoveUsersFromRoles
public 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
- Throws:
java.lang.Throwable
ArgumentException
SecurityException
ArgumentNullException
TargetParameterCountException
NotSupportedException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
ArgumentOutOfRangeException
ProviderException
ConfigurationErrorsException
FormatException
ConfigurationException
TypeLoadException
NullReferenceException
-
getCacheRolesInCookie
public static boolean getCacheRolesInCookie() throws java.lang.Throwable, ArgumentException, SecurityException, ArgumentNullException, InvalidOperationException, NotSupportedException, MemberAccessException, TargetException, TargetParameterCountException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, HttpException, ProviderException, ConfigurationErrorsException
- Throws:
java.lang.Throwable
ArgumentException
SecurityException
ArgumentNullException
InvalidOperationException
NotSupportedException
MemberAccessException
TargetException
TargetParameterCountException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
HttpException
ProviderException
ConfigurationErrorsException
-
getCookieRequireSSL
public static boolean getCookieRequireSSL() throws java.lang.Throwable, ArgumentException, SecurityException, ArgumentNullException, InvalidOperationException, NotSupportedException, MemberAccessException, TargetException, TargetParameterCountException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, HttpException, ProviderException, ConfigurationErrorsException
- Throws:
java.lang.Throwable
ArgumentException
SecurityException
ArgumentNullException
InvalidOperationException
NotSupportedException
MemberAccessException
TargetException
TargetParameterCountException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
HttpException
ProviderException
ConfigurationErrorsException
-
getCookieSlidingExpiration
public static boolean getCookieSlidingExpiration() throws java.lang.Throwable, ArgumentException, SecurityException, ArgumentNullException, InvalidOperationException, NotSupportedException, MemberAccessException, TargetException, TargetParameterCountException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, HttpException, ProviderException, ConfigurationErrorsException
- Throws:
java.lang.Throwable
ArgumentException
SecurityException
ArgumentNullException
InvalidOperationException
NotSupportedException
MemberAccessException
TargetException
TargetParameterCountException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
HttpException
ProviderException
ConfigurationErrorsException
-
getCreatePersistentCookie
public static boolean getCreatePersistentCookie() throws java.lang.Throwable, ArgumentException, SecurityException, ArgumentNullException, InvalidOperationException, NotSupportedException, MemberAccessException, TargetException, TargetParameterCountException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, HttpException, ProviderException, ConfigurationErrorsException
- Throws:
java.lang.Throwable
ArgumentException
SecurityException
ArgumentNullException
InvalidOperationException
NotSupportedException
MemberAccessException
TargetException
TargetParameterCountException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
HttpException
ProviderException
ConfigurationErrorsException
-
getEnabled
public static boolean getEnabled() throws java.lang.Throwable, ArgumentException, SecurityException, ArgumentNullException, NotImplementedException, NotSupportedException, InvalidOperationException, MemberAccessException, TargetException, TargetParameterCountException, ObjectDisposedException, AbandonedMutexException, ArgumentOutOfRangeException, MissingManifestResourceException, HttpException, ConfigurationException, ProviderException, ConfigurationErrorsException
- Throws:
java.lang.Throwable
ArgumentException
SecurityException
ArgumentNullException
NotImplementedException
NotSupportedException
InvalidOperationException
MemberAccessException
TargetException
TargetParameterCountException
ObjectDisposedException
AbandonedMutexException
ArgumentOutOfRangeException
MissingManifestResourceException
HttpException
ConfigurationException
ProviderException
ConfigurationErrorsException
-
setEnabled
public static void setEnabled(boolean Enabled) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
getCookieTimeout
public static int getCookieTimeout() throws java.lang.Throwable, ArgumentException, SecurityException, ArgumentNullException, InvalidOperationException, NotSupportedException, MemberAccessException, TargetException, TargetParameterCountException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, HttpException, ProviderException, ConfigurationErrorsException
- Throws:
java.lang.Throwable
ArgumentException
SecurityException
ArgumentNullException
InvalidOperationException
NotSupportedException
MemberAccessException
TargetException
TargetParameterCountException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
HttpException
ProviderException
ConfigurationErrorsException
-
getMaxCachedResults
public static int getMaxCachedResults() throws java.lang.Throwable, ArgumentException, SecurityException, ArgumentNullException, InvalidOperationException, NotSupportedException, MemberAccessException, TargetException, TargetParameterCountException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, HttpException, ProviderException, ConfigurationErrorsException
- Throws:
java.lang.Throwable
ArgumentException
SecurityException
ArgumentNullException
InvalidOperationException
NotSupportedException
MemberAccessException
TargetException
TargetParameterCountException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
HttpException
ProviderException
ConfigurationErrorsException
-
getApplicationName
public static java.lang.String getApplicationName() throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, HttpException, ArgumentOutOfRangeException, ConfigurationErrorsException, NotSupportedException, ConfigurationException, ProviderException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
HttpException
ArgumentOutOfRangeException
ConfigurationErrorsException
NotSupportedException
ConfigurationException
ProviderException
-
setApplicationName
public static void setApplicationName(java.lang.String ApplicationName) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, HttpException, ArgumentOutOfRangeException, ConfigurationErrorsException, NotSupportedException, ConfigurationException, ProviderException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
HttpException
ArgumentOutOfRangeException
ConfigurationErrorsException
NotSupportedException
ConfigurationException
ProviderException
-
getCookieName
public 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
- Throws:
java.lang.Throwable
ArgumentException
SecurityException
ArgumentNullException
InvalidOperationException
NotSupportedException
MemberAccessException
TargetException
TargetParameterCountException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
HttpException
ProviderException
ConfigurationErrorsException
-
getCookiePath
public 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
- Throws:
java.lang.Throwable
ArgumentException
SecurityException
ArgumentNullException
InvalidOperationException
NotSupportedException
MemberAccessException
TargetException
TargetParameterCountException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
HttpException
ProviderException
ConfigurationErrorsException
-
getDomain
public 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
- Throws:
java.lang.Throwable
ArgumentException
SecurityException
ArgumentNullException
InvalidOperationException
NotSupportedException
MemberAccessException
TargetException
TargetParameterCountException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
HttpException
ProviderException
ConfigurationErrorsException
-
getCookieProtectionValue
public static CookieProtection getCookieProtectionValue() throws java.lang.Throwable, ArgumentException, SecurityException, ArgumentNullException, InvalidOperationException, NotSupportedException, MemberAccessException, TargetException, TargetParameterCountException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, HttpException, ProviderException, ConfigurationErrorsException
- Throws:
java.lang.Throwable
ArgumentException
SecurityException
ArgumentNullException
InvalidOperationException
NotSupportedException
MemberAccessException
TargetException
TargetParameterCountException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
HttpException
ProviderException
ConfigurationErrorsException
-
getProvider
public static RoleProvider getProvider() throws java.lang.Throwable, ArgumentException, SecurityException, ArgumentNullException, TargetParameterCountException, NotSupportedException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ArgumentOutOfRangeException, ProviderException, ConfigurationErrorsException, FormatException, ConfigurationException, TypeLoadException
- Throws:
java.lang.Throwable
ArgumentException
SecurityException
ArgumentNullException
TargetParameterCountException
NotSupportedException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
ArgumentOutOfRangeException
ProviderException
ConfigurationErrorsException
FormatException
ConfigurationException
TypeLoadException
-
getProviders
public static RoleProviderCollection getProviders() throws java.lang.Throwable, ArgumentException, SecurityException, ArgumentNullException, TargetParameterCountException, NotSupportedException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ArgumentOutOfRangeException, ProviderException, ConfigurationErrorsException, FormatException, ConfigurationException, TypeLoadException
- Throws:
java.lang.Throwable
ArgumentException
SecurityException
ArgumentNullException
TargetParameterCountException
NotSupportedException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
ArgumentOutOfRangeException
ProviderException
ConfigurationErrorsException
FormatException
ConfigurationException
TypeLoadException
-
-