| Package | Description |
|---|---|
| com.devonfw.module.security.common.base.accesscontrol | |
| com.devonfw.module.security.common.impl.accesscontrol |
| Modifier and Type | Method and Description |
|---|---|
AccessControlSchema |
AccessControlSchemaProvider.loadSchema() |
AccessControlSchema |
AccessControlSchemaMapper.read(InputStream in)
Reads the
AccessControlSchema from the given InputStream. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractAccessControlProvider.initialize(AccessControlSchema config)
Performs the required initialization of this class.
|
void |
AccessControlSchemaMapper.write(AccessControlSchema conf,
OutputStream out)
Writes the given
AccessControlSchema to the given OutputStream. |
| Modifier and Type | Method and Description |
|---|---|
AccessControlSchema |
AccessControlSchemaProviderImpl.loadSchema() |
AccessControlSchema |
AccessControlSchemaXmlMapper.read(InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
void |
AccessControlSchemaXmlMapper.write(AccessControlSchema conf,
OutputStream out) |
Copyright © 2014–2019 devon4j-Team. All rights reserved.