Class SecurityProperty
java.lang.Object
org.mule.extension.spring.internal.security.SecurityProperty
Holder for the values configured in a security property within a security manager.
- Since:
- 1.0
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SecurityProperty
- Parameters:
name- property namevalue- property value
-
-
Method Details
-
getName
- Returns:
- property name
-
getValue
- Returns:
- property value
-