Skip navigation links


oracle.iam.config.jaxb
Class SSOConfig

java.lang.Object
  extended by oracle.iam.config.jaxb.SSOConfig


public class SSOConfig
extends java.lang.Object

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

SSOConfig

public SSOConfig()

Method Detail

getVersion

public java.lang.String getVersion()
Gets the value of the version property.
Returns:
possible object is String

setVersion

public void setVersion(java.lang.String value)
Sets the value of the version property.
Parameters:
value - allowed object is String

getAccessServerHost

public java.lang.String getAccessServerHost()
Gets the value of the accessServerHost property.
Returns:
possible object is String

setAccessServerHost

public void setAccessServerHost(java.lang.String value)
Sets the value of the accessServerHost property.
Parameters:
value - allowed object is String

getAccessServerPort

public java.lang.String getAccessServerPort()
Gets the value of the accessServerPort property.
Returns:
possible object is String

setAccessServerPort

public void setAccessServerPort(java.lang.String value)
Sets the value of the accessServerPort property.
Parameters:
value - allowed object is String

getAccessGateID

public java.lang.String getAccessGateID()
Gets the value of the accessGateID property.
Returns:
possible object is String

setAccessGateID

public void setAccessGateID(java.lang.String value)
Sets the value of the accessGateID property.
Parameters:
value - allowed object is String

getNapVersion

public int getNapVersion()
Gets the value of the napVersion property.

setNapVersion

public void setNapVersion(int value)
Sets the value of the napVersion property.

getCookieDomain

public java.lang.String getCookieDomain()
Gets the value of the cookieDomain property.
Returns:
possible object is String

setCookieDomain

public void setCookieDomain(java.lang.String value)
Sets the value of the cookieDomain property.
Parameters:
value - allowed object is String

getCookieExpiryInterval

public int getCookieExpiryInterval()
Gets the value of the cookieExpiryInterval property.

setCookieExpiryInterval

public void setCookieExpiryInterval(int value)
Sets the value of the cookieExpiryInterval property.

getTransferMode

public java.lang.String getTransferMode()
Gets the value of the transferMode property.
Returns:
possible object is String

setTransferMode

public void setTransferMode(java.lang.String value)
Sets the value of the transferMode property.
Parameters:
value - allowed object is String

getWebgateType

public java.lang.String getWebgateType()
Gets the value of the webgateType property.
Returns:
possible object is String

setWebgateType

public void setWebgateType(java.lang.String value)
Sets the value of the webgateType property.
Parameters:
value - allowed object is String

isSsoEnabled

public boolean isSsoEnabled()
Gets the value of the ssoEnabled property.

setSsoEnabled

public void setSsoEnabled(boolean value)
Sets the value of the ssoEnabled property.

getTapEndpointUrl

public java.lang.String getTapEndpointUrl()
Gets the value of the tapEndpointUrl property.
Returns:
possible object is String

setTapEndpointUrl

public void setTapEndpointUrl(java.lang.String value)
Sets the value of the tapEndpointUrl property.
Parameters:
value - allowed object is String

Skip navigation links


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.