public class InboundAuthenticationRequestConfig extends Object implements Serializable
Constructor and Description |
---|
InboundAuthenticationRequestConfig() |
Modifier and Type | Method and Description |
---|---|
static InboundAuthenticationRequestConfig |
build(org.apache.axiom.om.OMElement inboundAuthenticationRequestConfigOM) |
String |
getInboundAuthKey() |
String |
getInboundAuthType() |
Property[] |
getProperties() |
void |
setInboundAuthKey(String inboundAuthKey) |
void |
setInboundAuthType(String inboundAuthType) |
void |
setProperties(Property[] properties) |
public static InboundAuthenticationRequestConfig build(org.apache.axiom.om.OMElement inboundAuthenticationRequestConfigOM)
public String getInboundAuthKey()
public void setInboundAuthKey(String inboundAuthKey)
inboundAuthKey
- public String getInboundAuthType()
public void setInboundAuthType(String inboundAuthType)
inboundAuthType
- public Property[] getProperties()
public void setProperties(Property[] properties)
properties
- Copyright © 2015 WSO2. All rights reserved.