Java org.springframework.security.access ConfigAttribute fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.security.access ConfigAttribute fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.security.access ConfigAttribute.

The text is from its open source code.

Implementation

org.springframework.security.access.ConfigAttribute has the following implementations.
Click this link to see all its implementation.

Constructor

Method

booleanequals(Object obj)
Indicates whether some other object is "equal to" this one.
StringgetAttribute()
If the ConfigAttribute can be represented as a String and that String is sufficient in precision to be relied upon as a configuration parameter by a RunAsManager , AccessDecisionManager or AccessDecisionManager delegate, this method should return such a String.
StringtoString()
Returns a string representation of the object.