Authentication
API v8.1 SP2

Serialized Form


Package com.rsa.ace.techservice.cipher

Class com.rsa.ace.techservice.cipher.AgentCipherException extends java.lang.Exception implements Serializable

Class com.rsa.ace.techservice.cipher.AgentMACVerificationFailure extends AgentCipherException implements Serializable


Package com.rsa.ace.techservice.udpserver

Class com.rsa.ace.techservice.udpserver.AceDatagram extends java.lang.Object implements Serializable

Serialization Methods

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Define serialization interface. This is implemented because we want to be sure that serialized fields that may not be set are synchronized with the internal, transient, datagram. The get methods automagically synchronize, so we'll use them for this purpose as well.

Throws:
java.io.IOException - If an error occurs writing the object.
Serialized Fields

data

byte[] data

dataLength

int dataLength

address

java.net.InetAddress address

port

int port

Class com.rsa.ace.techservice.udpserver.AceException extends java.lang.Exception implements Serializable

Serialized Fields

message

java.lang.String message

originalException

java.lang.Exception originalException

Class com.rsa.ace.techservice.udpserver.AcePacketException extends AceException implements Serializable


Package com.rsa.ace.techservice.util

Class com.rsa.ace.techservice.util.AceRandom extends java.security.SecureRandom implements Serializable


Package com.rsa.authagent.authapi

Class com.rsa.authagent.authapi.AuthAgentException extends java.lang.Exception implements Serializable


Package com.rsa.authagent.authapi.config

Class com.rsa.authagent.authapi.config.AgentProperties extends java.util.Properties implements Serializable


Package com.rsa.authagent.authapi.datarepository

Class com.rsa.authagent.authapi.datarepository.DataAccessorException extends java.lang.Exception implements Serializable

Serialized Fields

cause

java.lang.Throwable cause

Package com.rsa.authagent.authapi.realmstat

Class com.rsa.authagent.authapi.realmstat.AcmServerInfo extends java.lang.Object implements Serializable

Serialized Fields

serverAddress

java.net.InetAddress serverAddress

aliases

java.net.InetAddress[] aliases

activeAddress

java.net.InetAddress activeAddress

suspendTime

long suspendTime

aliasOptions

byte aliasOptions

sdoptsPriority

byte sdoptsPriority

runPriority

byte runPriority

serverStatus

byte serverStatus

addressStatus

byte addressStatus

aliasMask

byte[] aliasMask

averageNetTurnaround

long averageNetTurnaround

worstNetTurnaround

long worstNetTurnaround

currentResponseTotalTime

long currentResponseTotalTime

currentResponseCount

int currentResponseCount

consecutiveSuspensions

byte consecutiveSuspensions

lastTimeUsed

long lastTimeUsed

Class com.rsa.authagent.authapi.realmstat.RealmStatus extends java.lang.Object implements Serializable

Serialized Fields

sdoptsClientIp

java.net.InetAddress sdoptsClientIp

staticPriorities

int staticPriorities

maxCurrentTimeResp

byte maxCurrentTimeResp

serverReleaseFromServer

byte[] serverReleaseFromServer

acmServers

AcmServerInfo[] acmServers


Authentication
API v8.1 SP2

Copyright © 1999 - 2011 EMC Corporation. All Rights Reserved.