|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.iam.config.jaxb.SSOConfig
public class SSOConfig
Java class for SSOConfig complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SSOConfig">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="version" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="accessServerHost" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="accessServerPort" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="accessGateID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="napVersion" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="cookieDomain" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="cookieExpiryInterval" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="transferMode" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="webgateType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ssoEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="tapEndpointUrl" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
SSOConfig() |
|
| Method Summary | |
|---|---|
java.lang.String |
getAccessGateID()Gets the value of the accessGateID property. |
java.lang.String |
getAccessServerHost()Gets the value of the accessServerHost property. |
java.lang.String |
getAccessServerPort()Gets the value of the accessServerPort property. |
java.lang.String |
getCookieDomain()Gets the value of the cookieDomain property. |
int |
getCookieExpiryInterval()Gets the value of the cookieExpiryInterval property. |
int |
getNapVersion()Gets the value of the napVersion property. |
java.lang.String |
getTapEndpointUrl()Gets the value of the tapEndpointUrl property. |
java.lang.String |
getTransferMode()Gets the value of the transferMode property. |
java.lang.String |
getVersion()Gets the value of the version property. |
java.lang.String |
getWebgateType()Gets the value of the webgateType property. |
boolean |
isSsoEnabled()Gets the value of the ssoEnabled property. |
void |
setAccessGateID(java.lang.String value)Sets the value of the accessGateID property. |
void |
setAccessServerHost(java.lang.String value)Sets the value of the accessServerHost property. |
void |
setAccessServerPort(java.lang.String value)Sets the value of the accessServerPort property. |
void |
setCookieDomain(java.lang.String value)Sets the value of the cookieDomain property. |
void |
setCookieExpiryInterval(int value)Sets the value of the cookieExpiryInterval property. |
void |
setNapVersion(int value)Sets the value of the napVersion property. |
void |
setSsoEnabled(boolean value)Sets the value of the ssoEnabled property. |
void |
setTapEndpointUrl(java.lang.String value)Sets the value of the tapEndpointUrl property. |
void |
setTransferMode(java.lang.String value)Sets the value of the transferMode property. |
void |
setVersion(java.lang.String value)Sets the value of the version property. |
void |
setWebgateType(java.lang.String value)Sets the value of the webgateType property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SSOConfig()
| Method Detail |
|---|
public java.lang.String getVersion()
Stringpublic void setVersion(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getAccessServerHost()
Stringpublic void setAccessServerHost(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getAccessServerPort()
Stringpublic void setAccessServerPort(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getAccessGateID()
Stringpublic void setAccessGateID(java.lang.String value)
value - allowed object is Stringpublic int getNapVersion()
public void setNapVersion(int value)
public java.lang.String getCookieDomain()
Stringpublic void setCookieDomain(java.lang.String value)
value - allowed object is Stringpublic int getCookieExpiryInterval()
public void setCookieExpiryInterval(int value)
public java.lang.String getTransferMode()
Stringpublic void setTransferMode(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getWebgateType()
Stringpublic void setWebgateType(java.lang.String value)
value - allowed object is Stringpublic boolean isSsoEnabled()
public void setSsoEnabled(boolean value)
public java.lang.String getTapEndpointUrl()
Stringpublic void setTapEndpointUrl(java.lang.String value)
value - allowed object is String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||