p12f.exe.pasarelapagos.objects.security
Class SecurityContextConfig
java.lang.Object
p12f.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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
appClientID
public java.lang.String appClientID
expirationMillis
public java.lang.String expirationMillis
key
public java.lang.String key
serviceName
public java.lang.String serviceName
SecurityContextConfig
public SecurityContextConfig()
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