Uses of Class
com.devonfw.module.security.common.api.accesscontrol.AccessControlSchema
-
Packages that use AccessControlSchema Package Description com.devonfw.module.security.common.base.accesscontrol com.devonfw.module.security.common.impl.accesscontrol -
-
Uses of AccessControlSchema in com.devonfw.module.security.common.base.accesscontrol
Methods in com.devonfw.module.security.common.base.accesscontrol that return AccessControlSchema Modifier and Type Method Description AccessControlSchemaAccessControlSchemaProvider. loadSchema()AccessControlSchemaAccessControlSchemaMapper. read(InputStream in)Reads theAccessControlSchemafrom the givenInputStream.Methods in com.devonfw.module.security.common.base.accesscontrol with parameters of type AccessControlSchema Modifier and Type Method Description protected voidAbstractAccessControlProvider. initialize(AccessControlSchema config)Performs the required initialization of this class.voidAccessControlSchemaMapper. write(AccessControlSchema conf, OutputStream out)Writes the givenAccessControlSchemato the givenOutputStream. -
Uses of AccessControlSchema in com.devonfw.module.security.common.impl.accesscontrol
Methods in com.devonfw.module.security.common.impl.accesscontrol that return AccessControlSchema Modifier and Type Method Description AccessControlSchemaAccessControlSchemaProviderImpl. loadSchema()AccessControlSchemaAccessControlSchemaXmlMapper. read(InputStream in)Methods in com.devonfw.module.security.common.impl.accesscontrol with parameters of type AccessControlSchema Modifier and Type Method Description voidAccessControlSchemaXmlMapper. write(AccessControlSchema conf, OutputStream out)
-