|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuthorizationExecutionException | |
uk.org.ogsadai.dataresource | Provides the data service resource layer of OGSA-DAI and also the core data data resource accessors. |
Uses of AuthorizationExecutionException in uk.org.ogsadai.dataresource |
Methods in uk.org.ogsadai.dataresource that throw AuthorizationExecutionException | |
java.io.File |
FilesDataResourceAccessor.getHomeDirectory(java.lang.String userCredential)
|
void |
FilesDataResourceAccessor.validateReadFile(java.lang.String userCredential,
java.io.File file)
|
void |
FilesDataResourceAccessor.validateWriteFile(java.lang.String userCredential,
java.io.File file)
|
java.io.File |
FileAccessProvider.getHomeDirectory(java.lang.String userCredential)
Gets the file data resource directory for a specified user. |
void |
FileAccessProvider.validateReadFile(java.lang.String userCredential,
java.io.File file)
Determines whether the user is allowed to read the specified file or directory. |
void |
FileAccessProvider.validateWriteFile(java.lang.String userCredential,
java.io.File file)
Determines whether the user is allowed to write the specified file or directory. |
java.sql.Connection |
JDBCConnectionProvider.getJDBCConnection(java.lang.String userCredentials)
Returns a JDBC connection. |
java.sql.Connection |
JDBCDataResourceAccessor.getJDBCConnection(java.lang.String userCredentials)
|
org.xmldb.api.base.Collection |
XMLDBCollectionProvider.getXMLDBCollection(java.lang.String userCredentials)
Returns an open collection for the base collection of a data resource. |
org.xmldb.api.base.Collection |
XMLDBCollectionProvider.getXMLDBCollection(java.lang.String subCollection,
java.lang.String userCredentials)
Returns an open collection for the specified sub-collection of a data resource. |
org.xmldb.api.base.Collection |
XMLDBDataResourceAccessor.getXMLDBCollection(java.lang.String userCredentials)
|
org.xmldb.api.base.Collection |
XMLDBDataResourceAccessor.getXMLDBCollection(java.lang.String subCollection,
java.lang.String userCredentials)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |