Skip navigation links


oracle.iam.sod.sil.jaxb
Class KeyStore

java.lang.Object
  extended by oracle.iam.sod.sil.jaxb.KeyStore


public class KeyStore
extends java.lang.Object

Java class for KeyStore complex type.

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

 <complexType name="KeyStore">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://xmlns.oracle.com/oim/sil/config}Location"/>
         <element ref="{http://xmlns.oracle.com/oim/sil/config}Password"/>
         <element ref="{http://xmlns.oracle.com/oim/sil/config}Type"/>
         <element ref="{http://xmlns.oracle.com/oim/sil/config}Provider"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Constructor Summary
KeyStore()
           

 

Method Summary
 java.lang.String getLocation()
          Gets the value of the location property.
 Password getPassword()
          Gets the value of the password property.
 java.lang.String getProvider()
          Gets the value of the provider property.
 java.lang.String getType()
          Gets the value of the type property.
 void setLocation(java.lang.String value)
          Sets the value of the location property.
 void setPassword(Password value)
          Sets the value of the password property.
 void setProvider(java.lang.String value)
          Sets the value of the provider property.
 void setType(java.lang.String value)
          Sets the value of the type property.

 

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

 

Constructor Detail

KeyStore

public KeyStore()

Method Detail

getLocation

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

setLocation

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

getPassword

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

setPassword

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

getType

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

setType

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

getProvider

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

setProvider

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

Skip navigation links


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