|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CheckType | |
---|---|
org.jboss.messaging.core.security | |
org.jboss.messaging.core.security.impl | |
org.jboss.messaging.integration.security |
Uses of CheckType in org.jboss.messaging.core.security |
---|
Methods in org.jboss.messaging.core.security that return CheckType | |
---|---|
static CheckType |
CheckType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static CheckType[] |
CheckType.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in org.jboss.messaging.core.security with parameters of type CheckType | |
---|---|
void |
SecurityStore.check(SimpleString address,
CheckType checkType,
ServerSession session)
|
boolean |
JBMSecurityManager.validateUserAndRole(java.lang.String user,
java.lang.String password,
java.util.Set<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,
ServerSession session)
|
boolean |
JBMSecurityManagerImpl.validateUserAndRole(java.lang.String user,
java.lang.String password,
java.util.Set<Role> roles,
CheckType checkType)
|
boolean |
JAASSecurityManager.validateUserAndRole(java.lang.String user,
java.lang.String password,
java.util.Set<Role> roles,
CheckType checkType)
|
Uses of CheckType in org.jboss.messaging.integration.security |
---|
Methods in org.jboss.messaging.integration.security with parameters of type CheckType | |
---|---|
boolean |
JBossASSecurityManager.validateUserAndRole(java.lang.String user,
java.lang.String password,
java.util.Set<Role> roles,
CheckType checkType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |