|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CheckType | |
---|---|
org.jboss.messaging.core.security | |
org.jboss.messaging.core.security.impl |
Uses of CheckType in org.jboss.messaging.core.security |
---|
Fields in org.jboss.messaging.core.security declared as CheckType | |
---|---|
static CheckType |
CheckType.CREATE
|
static CheckType |
CheckType.READ
|
static CheckType |
CheckType.WRITE
|
Methods in org.jboss.messaging.core.security with parameters of type CheckType | |
---|---|
void |
SecurityStore.check(SimpleString address,
CheckType checkType,
ServerConnection conn)
|
boolean |
Role.isCheckType(CheckType checkType)
|
boolean |
JBMSecurityManager.validateUserAndRole(java.lang.String user,
java.lang.String password,
java.util.HashSet<Role> roles,
CheckType checkType)
is this a valid user and do they have the correct role |
Uses of CheckType in org.jboss.messaging.core.security.impl |
---|
Methods in org.jboss.messaging.core.security.impl with parameters of type CheckType | |
---|---|
void |
SecurityStoreImpl.check(SimpleString address,
CheckType checkType,
ServerConnection conn)
|
boolean |
JAASSecurityManager.validateUserAndRole(java.lang.String user,
java.lang.String password,
java.util.HashSet<Role> roles,
CheckType checkType)
|
boolean |
JBMSecurityManagerImpl.validateUserAndRole(java.lang.String user,
java.lang.String password,
java.util.HashSet<Role> roles,
CheckType checkType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |