org.systinet.wasp.security.ws.conf
Interface PropertyConf


public interface PropertyConf

Represents configuration of property that is used to specify optional or extensible part of WS-Security element.

Since:
4.6
Component:
Security-Providers

Method Summary
 java.lang.String getPropertyName()
          Gets property name.
 java.lang.String getPropertyValue()
          Gets property value.
 void setPropertyName(java.lang.String name)
          Sets property name.
 void setPropertyValue(java.lang.String value)
          Sets property value.
 

Method Detail

setPropertyName

public void setPropertyName(java.lang.String name)
Sets property name.

Parameters:
name - property name, mandatory

getPropertyName

public java.lang.String getPropertyName()
Gets property name.

Returns:
property name

setPropertyValue

public void setPropertyValue(java.lang.String value)
Sets property value.

Parameters:
value - property value

getPropertyValue

public java.lang.String getPropertyValue()
Gets property value.

Returns:
property value