Uses of Class
xyz.cofe.trambda.sec.SecurAccess
-
Packages that use SecurAccess Package Description xyz.cofe.trambda.sec Проверка байт кода на безопасность выполнения -
-
Uses of SecurAccess in xyz.cofe.trambda.sec
Subclasses of SecurAccess in xyz.cofe.trambda.sec Modifier and Type Class Description classFieldAccessИнструкция доступа к полю JVM классаclassInvoke<INSTR extends ByteCode>Вызов метода / конструктора / BootStrapclassInvokeDynamicCallИнструкция вызова bootstrap методаclassInvokeMethodИнструкция вызова методаMethods in xyz.cofe.trambda.sec that return SecurAccess Modifier and Type Method Description abstract SecurAccess<INSTR,SCOPE>SecurAccess. clone()КлонированиеSecurAccess<?,SCOPE>SecurMessage. getAccess()Возвращает тип доступа / инструкция байт-кодаMethods in xyz.cofe.trambda.sec that return types with arguments of type SecurAccess Modifier and Type Method Description static List<SecurAccess<?,xyz.cofe.fn.Tuple2<LambdaDump,LambdaNode>>>SecurAccess. inspect(LambdaDump dump)Инспекция дампа лямбды на предмет опасный инструкцийMethods in xyz.cofe.trambda.sec with parameters of type SecurAccess Modifier and Type Method Description voidSecurMessage. setAccess(SecurAccess<?,SCOPE> access)Указывает инструкцию байт-кодаMethod parameters in xyz.cofe.trambda.sec with type arguments of type SecurAccess Modifier and Type Method Description protected voidSecurityFilters.AllowBuilder. append(Function<SecurAccess<?,SCOPE>,Optional<MESSAGE>> filter)protected voidSecurityFilters.DenyBuilder. append(Function<SecurAccess<?,SCOPE>,Optional<MESSAGE>> filter)protected abstract voidSecurityFilters.PredicateBuilder. append(Function<SecurAccess<?,SCOPE>,Optional<MESSAGE>> filter)List<SecurMessage<MESSAGE,SCOPE>>SecurityFilter. validate(List<SecurAccess<?,SCOPE>> secur)Проверка байт-кодаList<SecurMessage<MESSAGE,SCOPE>>SecurityFilters. validate(List<SecurAccess<?,SCOPE>> secur)Проверка инструкций на предмет безопасностиConstructors in xyz.cofe.trambda.sec with parameters of type SecurAccess Constructor Description SecurMessage(SecurAccess<?,SCOPE> access, boolean allow, MESSAGE message)КонструкторConstructor parameters in xyz.cofe.trambda.sec with type arguments of type SecurAccess Constructor Description SecurityFilters(List<Function<SecurAccess<?,SCOPE>,Optional<xyz.cofe.fn.Tuple2<MESSAGE,Boolean>>>> validators)Конструктор
-