Index
All Classes and Interfaces|All Packages|Serialized Form
B
- build() - Method in class org.opendaylight.aaa.datastore.h2.IdmLightConfigBuilder
-
Builds a new
IdmLightConfig.
C
- close() - Method in class org.opendaylight.aaa.datastore.h2.H2TokenStore
- ConnectionProvider - Interface in org.opendaylight.aaa.datastore.h2
-
Provider of JDBC Connections.
- createDomain(String, boolean) - Method in class org.opendaylight.aaa.datastore.h2.H2Store
- createGrant(String, String, String) - Method in class org.opendaylight.aaa.datastore.h2.H2Store
- createRole(String, String, String) - Method in class org.opendaylight.aaa.datastore.h2.H2Store
- createUser(String, String, String, String, String, boolean, String) - Method in class org.opendaylight.aaa.datastore.h2.H2Store
D
- dbConnectionString(String) - Method in class org.opendaylight.aaa.datastore.h2.IdmLightConfigBuilder
-
Initializes the value for the
dbConnectionStringattribute. - dbConnectionStringPrefix(String) - Method in class org.opendaylight.aaa.datastore.h2.IdmLightConfigBuilder
-
Initializes the value for the
dbConnectionStringPrefixattribute. - dbDirectory(String) - Method in class org.opendaylight.aaa.datastore.h2.IdmLightConfigBuilder
-
Initializes the value for the
dbDirectoryattribute. - dbDriver(String) - Method in class org.opendaylight.aaa.datastore.h2.IdmLightConfigBuilder
-
Initializes the value for the
dbDriverattribute. - dbName(String) - Method in class org.opendaylight.aaa.datastore.h2.IdmLightConfigBuilder
-
Initializes the value for the
dbNameattribute. - dbPwd(String) - Method in class org.opendaylight.aaa.datastore.h2.IdmLightConfigBuilder
-
Initializes the value for the
dbPwdattribute. - dbUser(String) - Method in class org.opendaylight.aaa.datastore.h2.IdmLightConfigBuilder
-
Initializes the value for the
dbUserattribute. - dbValidTimeOut(int) - Method in class org.opendaylight.aaa.datastore.h2.IdmLightConfigBuilder
-
Initializes the value for the
dbValidTimeOutattribute. - delete(String) - Method in class org.opendaylight.aaa.datastore.h2.H2TokenStore
- deleteDomain(String) - Method in class org.opendaylight.aaa.datastore.h2.H2Store
- deleteGrant(String) - Method in class org.opendaylight.aaa.datastore.h2.H2Store
- deleteRole(String) - Method in class org.opendaylight.aaa.datastore.h2.H2Store
- deleteUser(String) - Method in class org.opendaylight.aaa.datastore.h2.H2Store
G
- get(String) - Method in class org.opendaylight.aaa.datastore.h2.H2TokenStore
- getConnection() - Method in interface org.opendaylight.aaa.datastore.h2.ConnectionProvider
-
Get an SQL
Connection. - getConnection() - Method in class org.opendaylight.aaa.datastore.h2.IdmLightSimpleConnectionProvider
-
Get an SQL
Connection. - getDbConnectionString() - Method in class org.opendaylight.aaa.datastore.h2.IdmLightConfig
-
The JDBC database connection string.
- getDbConnectionStringPrefix() - Method in class org.opendaylight.aaa.datastore.h2.IdmLightConfig
-
The JDBC default connection string.
- getDbDirectory() - Method in class org.opendaylight.aaa.datastore.h2.IdmLightConfig
-
The database directory for the h2 database file.
- getDbDriver() - Method in class org.opendaylight.aaa.datastore.h2.IdmLightConfig
-
The database JDBC driver, default is H2; a pure-java implementation.
- getDbName() - Method in class org.opendaylight.aaa.datastore.h2.IdmLightConfig
-
The filename for the H2 database file.
- getDbPwd() - Method in class org.opendaylight.aaa.datastore.h2.IdmLightConfig
-
The database password.
- getDbUser() - Method in class org.opendaylight.aaa.datastore.h2.IdmLightConfig
-
The database username.
- getDbValidTimeOut() - Method in class org.opendaylight.aaa.datastore.h2.IdmLightConfig
-
Timeout for database connections in seconds.
- getDomains() - Method in class org.opendaylight.aaa.datastore.h2.H2Store
- getGrants(String) - Method in class org.opendaylight.aaa.datastore.h2.H2Store
- getGrants(String, String) - Method in class org.opendaylight.aaa.datastore.h2.H2Store
- getRoles() - Method in class org.opendaylight.aaa.datastore.h2.H2Store
- getUsers() - Method in class org.opendaylight.aaa.datastore.h2.H2Store
- getUsers(String, String) - Method in class org.opendaylight.aaa.datastore.h2.H2Store
H
- H2Store - Class in org.opendaylight.aaa.datastore.h2
- H2Store(String, String, PasswordHashService) - Constructor for class org.opendaylight.aaa.datastore.h2.H2Store
- H2Store(PasswordHashService, H2Store.Configuration) - Constructor for class org.opendaylight.aaa.datastore.h2.H2Store
- H2Store(ConnectionProvider, PasswordHashService) - Constructor for class org.opendaylight.aaa.datastore.h2.H2Store
- H2Store.Configuration - Annotation Interface in org.opendaylight.aaa.datastore.h2
- H2TokenStore - Class in org.opendaylight.aaa.datastore.h2
- H2TokenStore(long, long) - Constructor for class org.opendaylight.aaa.datastore.h2.H2TokenStore
I
- IdmLightConfig - Class in org.opendaylight.aaa.datastore.h2
-
Responsible for providing configuration properties for the IDMLight/H2 data store implementation.
- IdmLightConfig() - Constructor for class org.opendaylight.aaa.datastore.h2.IdmLightConfig
- IdmLightConfigBuilder - Class in org.opendaylight.aaa.datastore.h2
-
Builds instances of type
IdmLightConfig. - IdmLightConfigBuilder() - Constructor for class org.opendaylight.aaa.datastore.h2.IdmLightConfigBuilder
-
Creates a builder for
IdmLightConfiginstances. - IdmLightSimpleConnectionProvider - Class in org.opendaylight.aaa.datastore.h2
-
Simple Provider of JDBC Connections, based on an
IdmLightConfigandDriverManager. - IdmLightSimpleConnectionProvider(IdmLightConfig) - Constructor for class org.opendaylight.aaa.datastore.h2.IdmLightSimpleConnectionProvider
O
- org.opendaylight.aaa.datastore.h2 - package org.opendaylight.aaa.datastore.h2
P
- password() - Element in annotation interface org.opendaylight.aaa.datastore.h2.H2Store.Configuration
- put(String, Authentication) - Method in class org.opendaylight.aaa.datastore.h2.H2TokenStore
R
- readDomain(String) - Method in class org.opendaylight.aaa.datastore.h2.H2Store
- readGrant(String) - Method in class org.opendaylight.aaa.datastore.h2.H2Store
- readGrant(String, String, String) - Method in class org.opendaylight.aaa.datastore.h2.H2Store
- readRole(String) - Method in class org.opendaylight.aaa.datastore.h2.H2Store
- readUser(String) - Method in class org.opendaylight.aaa.datastore.h2.H2Store
S
- StoreException - Exception in org.opendaylight.aaa.datastore.h2
-
Exception indicating an error in an H2 data store.
- StoreException(String) - Constructor for exception org.opendaylight.aaa.datastore.h2.StoreException
- StoreException(String, Throwable) - Constructor for exception org.opendaylight.aaa.datastore.h2.StoreException
- StoreException(Throwable) - Constructor for exception org.opendaylight.aaa.datastore.h2.StoreException
T
- tokenExpiration() - Method in class org.opendaylight.aaa.datastore.h2.H2TokenStore
- toString() - Method in class org.opendaylight.aaa.datastore.h2.IdmLightConfig
U
- updateDomain(Domain) - Method in class org.opendaylight.aaa.datastore.h2.H2Store
- updateRole(Role) - Method in class org.opendaylight.aaa.datastore.h2.H2Store
- updateUser(User) - Method in class org.opendaylight.aaa.datastore.h2.H2Store
- username() - Element in annotation interface org.opendaylight.aaa.datastore.h2.H2Store.Configuration
W
- writeDomain(Domain) - Method in class org.opendaylight.aaa.datastore.h2.H2Store
- writeGrant(Grant) - Method in class org.opendaylight.aaa.datastore.h2.H2Store
- writeRole(Role) - Method in class org.opendaylight.aaa.datastore.h2.H2Store
- writeUser(User) - Method in class org.opendaylight.aaa.datastore.h2.H2Store
All Classes and Interfaces|All Packages|Serialized Form