| Package | Description |
|---|---|
| io.helidon.security |
Security
|
| Modifier and Type | Method and Description |
|---|---|
static EndpointConfig.AnnotationScope |
EndpointConfig.AnnotationScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EndpointConfig.AnnotationScope[] |
EndpointConfig.AnnotationScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Class<? extends Annotation>,List<Annotation>> |
EndpointConfig.annotations(EndpointConfig.AnnotationScope... scopes)
Deprecated.
use iteration over security levels instead
|
EndpointConfig.Builder |
EndpointConfig.Builder.annotations(EndpointConfig.AnnotationScope scope,
Map<Class<? extends Annotation>,List<Annotation>> annotations)
Deprecated.
Use the
securityLevels method. |
<T extends Annotation> |
EndpointConfig.combineAnnotations(Class<T> annotationClass,
EndpointConfig.AnnotationScope... scopes)
Deprecated.
use iteration over security levels instead
|
<T extends Annotation> |
SecurityLevel.combineAnnotations(Class<T> annotationType,
EndpointConfig.AnnotationScope... scopes)
Combines all the annotations of the specific type across all the requested scopes.
|
<T extends Annotation> |
SecurityLevel.filterAnnotations(Class<T> annotationType,
EndpointConfig.AnnotationScope scope)
Filters out all annotations of the specific type in the specific scope.
|
Copyright © 2018–2019 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.