public interface AccessControlSchemaProvider
load
the AccessControlSchema
from 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.Modifier and Type | Method and Description |
---|---|
AccessControlSchema |
loadSchema() |
AccessControlSchema loadSchema()
AccessControlSchema
. May not be null
.Copyright © 2014–2016 OASP-Team. All rights reserved.