Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.6.3)
E25378-06


oracle.bpm.services.organization.common
Class CredentialType

java.lang.Object
  extended by oracle.bpm.services.organization.common.CredentialType

All Implemented Interfaces:
java.io.Serializable

public class CredentialType
extends java.lang.Object
implements java.io.Serializable

Java class for credentialType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="credentialType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="login" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="password" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="identityContext" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="onBehalfOfUser" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form

Constructor Summary
CredentialType()
           

 

Method Summary
 java.lang.String getIdentityContext()
          Gets the value of the identityContext property.
 java.lang.String getLogin()
          Gets the value of the login property.
 java.lang.String getOnBehalfOfUser()
          Gets the value of the onBehalfOfUser property.
 java.lang.String getPassword()
          Gets the value of the password property.
 boolean isSetIdentityContext()
           
 boolean isSetLogin()
           
 boolean isSetOnBehalfOfUser()
           
 boolean isSetPassword()
           
 void setIdentityContext(java.lang.String value)
          Sets the value of the identityContext property.
 void setLogin(java.lang.String value)
          Sets the value of the login property.
 void setOnBehalfOfUser(java.lang.String value)
          Sets the value of the onBehalfOfUser property.
 void setPassword(java.lang.String value)
          Sets the value of the password property.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

CredentialType

public CredentialType()

Method Detail

getLogin

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

setLogin

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

isSetLogin

public boolean isSetLogin()

getPassword

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

setPassword

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

isSetPassword

public boolean isSetPassword()

getIdentityContext

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

setIdentityContext

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

isSetIdentityContext

public boolean isSetIdentityContext()

getOnBehalfOfUser

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

setOnBehalfOfUser

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

isSetOnBehalfOfUser

public boolean isSetOnBehalfOfUser()

Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.6.3)
E25378-06


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