| Package | Description |
|---|---|
| io.helidon.security |
Security
|
| Modifier and Type | Method and Description |
|---|---|
static SecurityLevel.SecurityLevelBuilder |
SecurityLevel.create(SecurityLevel copyFrom)
Creates builder for security levels based on previously created security level.
|
static SecurityLevel.SecurityLevelBuilder |
SecurityLevel.create(String className)
Creates builder for security levels based on class name.
|
SecurityLevel.SecurityLevelBuilder |
SecurityLevel.SecurityLevelBuilder.withClassAnnotations(Map<Class<? extends Annotation>,List<Annotation>> classAnnotations)
Sets new class level annotations.
|
SecurityLevel.SecurityLevelBuilder |
SecurityLevel.SecurityLevelBuilder.withMethodAnnotations(Map<Class<? extends Annotation>,List<Annotation>> methodAnnotations)
Sets new method level annotations.
|
SecurityLevel.SecurityLevelBuilder |
SecurityLevel.SecurityLevelBuilder.withMethodName(String methodName)
Sets new method name.
|
Copyright © 2018–2019 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.