Uses of Interface
io.adminshell.aas.v3.model.Security
-
Packages that use Security Package Description io.adminshell.aas.v3.model io.adminshell.aas.v3.model.builder io.adminshell.aas.v3.model.impl -
-
Uses of Security in io.adminshell.aas.v3.model
Methods in io.adminshell.aas.v3.model that return Security Modifier and Type Method Description SecurityAssetAdministrationShell. getSecurity()Definition of the security relevant aspects of the AAS.Methods in io.adminshell.aas.v3.model with parameters of type Security Modifier and Type Method Description voidAssetAdministrationShell. setSecurity(Security security)Definition of the security relevant aspects of the AAS. -
Uses of Security in io.adminshell.aas.v3.model.builder
Classes in io.adminshell.aas.v3.model.builder with type parameters of type Security Modifier and Type Class Description classSecurityBuilder<T extends Security,B extends SecurityBuilder<T,B>>Methods in io.adminshell.aas.v3.model.builder with parameters of type Security Modifier and Type Method Description BAssetAdministrationShellBuilder. security(Security security)This function allows setting a value for security -
Uses of Security in io.adminshell.aas.v3.model.impl
Classes in io.adminshell.aas.v3.model.impl that implement Security Modifier and Type Class Description classDefaultSecurityDefault implementation of package io.adminshell.aas.v3.model.Security Container for security relevant information of the AAS.Fields in io.adminshell.aas.v3.model.impl declared as Security Modifier and Type Field Description protected SecurityDefaultAssetAdministrationShell. securityMethods in io.adminshell.aas.v3.model.impl that return Security Modifier and Type Method Description SecurityDefaultAssetAdministrationShell. getSecurity()Methods in io.adminshell.aas.v3.model.impl with parameters of type Security Modifier and Type Method Description voidDefaultAssetAdministrationShell. setSecurity(Security security)
-