String
true if the configurator supports the binding, falseotherwise.
true if the configurator supports the binding id, falseotherwise.
true if this marshaller can indeed marshal instances of the supplied type;false otherwise
true if this marshaller can indeed marshal instances of the supplied type;false otherwise
true if this marshaller can indeed marshal instances of the supplied class;false otherwise
true if this unmarshaller can indeed unmarshal to the supplied class;false otherwise
This allows the {@code AbstractSecurityInterceptor} to check every configuration attribute can be consumed bythe configured {@code AccessDecisionManager} and/or {@code RunAsManager} and/or {@code AfterInvocationManager}. @param attribute a configuration attribute that has been configured against the{@code AbstractSecurityInterceptor} @return true if this {@code AccessDecisionVoter} can support the passed configuration attribute
AfterInvocationManager is able to process "after invocation" requests presented with the passed ConfigAttribute.This allows the AbstractSecurityInterceptor to check every configuration attribute can be consumed by the configured AccessDecisionManager and/or RunAsManager and/or AfterInvocationManager.
AbstractSecurityInterceptor
@return true if this AfterInvocationManager can support the passed configuration attribute
RunAsManager is able to process the passed ConfigAttribute.This allows the AbstractSecurityInterceptor to check every configuration attribute can be consumed by the configured AccessDecisionManager and/or RunAsManager and/or AfterInvocationManager.
AbstractSecurityInterceptor
@return true if this RunAsManager can support the passed configuration attribute
clazz? This method is typically implemented like so:
return Foo.class.isAssignableFrom(clazz);(Where
Foo is the class (or superclass) of the actual object instance that is to be {@link #validate(Object,Errors) validated}.)
@param clazz the {@link Class} that this {@link Validator} isbeing asked if it can {@link #validate(Object,Errors) validate}
@return true if this {@link Validator} can indeed{@link #validate(Object,Errors) validate} instances of thesupplied clazz
true if this handler can handle the given element, false otherwise.
true if this handler can handle the given element, false otherwise.
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |