p12f.exe.pasarelapagos.objects.security
Class SecurityContextConfig

java.lang.Object
  extended byp12f.exe.pasarelapagos.objects.security.SecurityContextConfig
All Implemented Interfaces:
com.ejie.r01f.util.Initializable, java.io.Serializable

public class SecurityContextConfig
extends java.lang.Object
implements java.io.Serializable, com.ejie.r01f.util.Initializable

See Also:
Serialized Form

Field Summary
 java.lang.String appClientID
           
 java.lang.String expirationMillis
           
 java.lang.String key
           
 java.lang.String serviceName
           
 
Constructor Summary
SecurityContextConfig()
           
 
Method Summary
static SecurityContextConfig getObject(java.lang.String xml)
          Convierte un XML en un objeto estado.
 java.lang.String toXML()
          Convierte un Objeto Estado a XML.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

appClientID

public java.lang.String appClientID

expirationMillis

public java.lang.String expirationMillis

key

public java.lang.String key

serviceName

public java.lang.String serviceName
Constructor Detail

SecurityContextConfig

public SecurityContextConfig()
Method Detail

toXML

public java.lang.String toXML()
                       throws com.ejie.r01f.xml.marshalling.XOMarshallerException
Convierte un Objeto Estado a XML.

Returns:
Throws:
com.ejie.r01f.xml.marshalling.XOMarshallerException

getObject

public static SecurityContextConfig getObject(java.lang.String xml)
                                       throws com.ejie.r01f.xml.marshalling.XOMarshallerException
Convierte un XML en un objeto estado.

Returns:
Objeto Estado construido a partir del XML.
Throws:
com.ejie.r01f.xml.marshalling.XOMarshallerException