Skip navigation links

Oracle Fusion Middleware MBeans Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14651-03


oracle.security.jps.mas.mgmt.jmx.credstore
Class PortableCredential

java.lang.Object
  extended by oracle.security.jps.mas.mgmt.jmx.credstore.PortableCredential

All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
PortableDataSourceCredential, PortablePasswordCredential

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

Class which helps makes a portable credential.

See Also:
Serialized Form

Constructor Summary
PortableCredential()
          Constructor

 

Method Summary
static PortableCredential from(javax.management.openmbean.CompositeData cd)
          Create an instance of the model specific class out of an associated CompositeData instance.
 java.lang.String getDescription()
           
 void setDescription(java.lang.String desc)
           
 javax.management.openmbean.CompositeData toCompositeData(javax.management.openmbean.CompositeType ct)
          Convert an instance of this model specific type to a CompositeData.
static javax.management.openmbean.CompositeType toCompositeType()
          Return the model specific open type

 

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

 

Constructor Detail

PortableCredential

public PortableCredential()
Constructor

Method Detail

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String desc)

toCompositeType

public static javax.management.openmbean.CompositeType toCompositeType()
Return the model specific open type

from

public static PortableCredential from(javax.management.openmbean.CompositeData cd)
Create an instance of the model specific class out of an associated CompositeData instance.
Parameters:
cd - Composite Data which has information regarding the object
Returns:
Object of this specific class got after retrieving information from the Composite Data

toCompositeData

public javax.management.openmbean.CompositeData toCompositeData(javax.management.openmbean.CompositeType ct)
Convert an instance of this model specific type to a CompositeData. This ensure that clients that do not have access to the model specific class can still use the MBean.
Parameters:
ct - - This parameter is there only for future compatibility reasons with JDK 6.0. It can be ignored at this point.
Returns:
CompositeData which represents this class

Skip navigation links

Oracle Fusion Middleware MBeans Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14651-03


Copyright © 2010, Oracle. All rights reserved.