Class SecurityProperty

java.lang.Object
org.mule.extension.spring.internal.security.SecurityProperty

public class SecurityProperty extends Object
Holder for the values configured in a security property within a security manager.
Since:
1.0
  • Constructor Details

    • SecurityProperty

      public SecurityProperty(String name, String value)
      Parameters:
      name - property name
      value - property value
  • Method Details

    • getName

      public String getName()
      Returns:
      property name
    • getValue

      public String getValue()
      Returns:
      property value