public abstract class AbstractGrpcSecurityMetadataSource extends Object implements GrpcSecurityMetadataSource
GrpcSecurityMetadataSource which resolves the secured object type to a
ServerCall.| Constructor and Description |
|---|
AbstractGrpcSecurityMetadataSource() |
| Modifier and Type | Method and Description |
|---|---|
Collection<ConfigAttribute> |
getAttributes(Object object) |
boolean |
supports(Class<?> clazz) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttributesgetAllConfigAttributespublic final Collection<ConfigAttribute> getAttributes(Object object) throws IllegalArgumentException
getAttributes in interface SecurityMetadataSourceIllegalArgumentExceptionpublic final boolean supports(Class<?> clazz)
supports in interface SecurityMetadataSource