| Package | Description |
|---|---|
| org.apache.karaf.jaas.command | |
| org.apache.karaf.jaas.command.completers | |
| org.apache.karaf.jaas.config.impl |
| Modifier and Type | Method and Description |
|---|---|
Map<AppConfigurationEntry,JaasRealm> |
JaasCommandSupport.findEntries()
Returns all
AppConfigurationEntry mapped to the matching JaasRealm. |
Map<AppConfigurationEntry,JaasRealm> |
JaasCommandSupport.findEntries(String realmName,
String moduleName,
int index)
Returns matching
AppConfigurationEntry mapped to the matching JaasRealm. |
List<JaasRealm> |
JaasCommandSupport.findRealmsByName(String realmName)
Lists Realms by name.
|
List<JaasRealm> |
JaasCommandSupport.getRealms() |
| Modifier and Type | Method and Description |
|---|---|
void |
JaasCommandSupport.setRealms(List<JaasRealm> realms) |
| Modifier and Type | Method and Description |
|---|---|
List<JaasRealm> |
RealmCompleter.getRealms() |
List<JaasRealm> |
LoginModuleNameCompleter.getRealms() |
| Modifier and Type | Method and Description |
|---|---|
void |
RealmCompleter.setRealms(List<JaasRealm> realms) |
void |
LoginModuleNameCompleter.setRealms(List<JaasRealm> realms) |
| Modifier and Type | Class and Description |
|---|---|
class |
Config
An implementation of JaasRealm which is created
by the spring namespace handler.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OsgiConfiguration.register(JaasRealm realm,
Map<String,?> properties) |
void |
OsgiConfiguration.unregister(JaasRealm realm,
Map<String,?> properties) |
Copyright © 2007-2013 FuseSource, Corp.. All Rights Reserved.