Package | Description |
---|---|
org.hornetq.core.security | |
org.hornetq.core.security.impl | |
org.hornetq.core.server | |
org.hornetq.spi.core.security |
Security SPI.
|
Modifier and Type | Method and Description |
---|---|
static CheckType |
CheckType.valueOf(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 are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SecurityStore.check(SimpleString address,
CheckType checkType,
ServerSession session) |
Modifier and Type | Method and Description |
---|---|
void |
SecurityStoreImpl.check(SimpleString address,
CheckType checkType,
ServerSession session) |
Modifier and Type | Method and Description |
---|---|
HornetQSecurityException |
HornetQMessageBundle.userNoPermissions(String username,
CheckType checkType,
String saddress) |
Modifier and Type | Method and Description |
---|---|
boolean |
HornetQSecurityManagerImpl.validateUserAndRole(String user,
String password,
Set<Role> roles,
CheckType checkType) |
boolean |
JAASSecurityManager.validateUserAndRole(String user,
String password,
Set<Role> roles,
CheckType checkType) |
boolean |
HornetQSecurityManager.validateUserAndRole(String user,
String password,
Set<Role> roles,
CheckType checkType)
is this a valid user and do they have the correct role
|
Copyright © 2017 JBoss, a division of Red Hat. All Rights Reserved.