public abstract class AbstractGrpcSecurityMetadataSource extends java.lang.Object implements GrpcSecurityMetadataSource
GrpcSecurityMetadataSource which resolves the secured object type to a
MethodDescriptor.| Constructor and Description |
|---|
AbstractGrpcSecurityMetadataSource() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<org.springframework.security.access.ConfigAttribute> |
getAttributes(java.lang.Object object) |
boolean |
supports(java.lang.Class<?> clazz) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttributespublic final java.util.Collection<org.springframework.security.access.ConfigAttribute> getAttributes(java.lang.Object object)
throws java.lang.IllegalArgumentException
getAttributes in interface org.springframework.security.access.SecurityMetadataSourcejava.lang.IllegalArgumentExceptionpublic final boolean supports(java.lang.Class<?> clazz)
supports in interface org.springframework.security.access.SecurityMetadataSource