Uses of Class
org.opendaylight.aaa.datastore.h2.StoreException
-
Uses of StoreException in org.opendaylight.aaa.datastore.h2
Methods in org.opendaylight.aaa.datastore.h2 that throw StoreExceptionModifier and TypeMethodDescriptionorg.opendaylight.aaa.api.model.DomainH2Store.createDomain(String domainName, boolean enable) org.opendaylight.aaa.api.model.GrantH2Store.createGrant(String domain, String user, String role) org.opendaylight.aaa.api.model.RoleH2Store.createRole(String name, String domain, String description) org.opendaylight.aaa.api.model.UserH2Store.createUser(String name, String password, String domain, String description, String email, boolean enabled, String salt) ConnectionProvider.getConnection()Get an SQLConnection.IdmLightSimpleConnectionProvider.getConnection()Get an SQLConnection.