Interface AccessControlSchemaProvider
-
- All Known Implementing Classes:
AccessControlSchemaProviderImpl
public interface AccessControlSchemaProviderThis is the interface toloadtheAccessControlSchemafrom an arbitrary source. The default implementation will load it from an XML file. You could create your own implementation to read from database or wherever if default is not suitable.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AccessControlSchemaloadSchema()
-
-
-
Method Detail
-
loadSchema
AccessControlSchema loadSchema()
- Returns:
- the loaded
AccessControlSchema. May not benull.
-
-