| java.lang.Object | |
| ↳ | org.springframework.security.access.SecurityConfig | 
|  Known Direct Subclasses | 
Stores a ConfigAttribute as a String.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 
      
  This method is deprecated.
      Use createList instead
 | |||||||||||
| If the  ConfigAttributecan be represented as aStringand thatStringis sufficient in precision to be relied upon as a configuration parameter by aRunAsManager,AccessDecisionManagerorAccessDecisionManagerdelegate, this method should
 return such aString. | |||||||||||
| [Expand] Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class
  java.lang.Object | |||||||||||
|  From interface
  org.springframework.security.access.ConfigAttribute | |||||||||||
      
  This method is deprecated.
 Use createList instead
  
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.
 
 If the ConfigAttribute cannot be expressed with sufficient precision as a String,
 null should be returned. Returning null will require any relying classes to
 specifically support the ConfigAttribute implementation, so returning null should
 be avoided unless actually required.
null if the configuration attribute
         cannot be expressed as a String with sufficient precision).