public class JaasAuthentication<T extends JaasAuthentication<T>> extends Object
Constructor and Description |
---|
JaasAuthentication() |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
Boolean |
assignGroups()
Map the roles loaded by JAAS to groups.
|
T |
assignGroups(Boolean value)
Map the roles loaded by JAAS to groups.
|
String |
getKey() |
String |
name()
The name of the JAAS configuration to use.
|
T |
name(String value)
The name of the JAAS configuration to use.
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public Boolean assignGroups()
public String name()
Copyright © 2018 JBoss by Red Hat. All rights reserved.