Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Authentication
API v8.1 SP2
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
P
Q
R
S
T
U
V
W
A
AbstractAceRequest
- Class in
com.rsa.ace.techservice.udpserver
This class is the Ace Request Core abstract implementation.
AbstractAceRequest(byte[])
- Constructor for class com.rsa.ace.techservice.udpserver.
AbstractAceRequest
Constructs an AbstractAceRequest from the array passed.
AbstractAceRequest(AceDatagram)
- Constructor for class com.rsa.ace.techservice.udpserver.
AbstractAceRequest
Constructs an AbstractAceRequest from the Datagram passed.
AbstractAceRequest(byte, byte, byte, byte, byte, AgentConfig)
- Constructor for class com.rsa.ace.techservice.udpserver.
AbstractAceRequest
Constructs an AbstractAceRequest from the arguments passed.
AbstractAceResponse
- Class in
com.rsa.ace.techservice.udpserver
This abstract class implements many of the methods required for an AceResponse.
AbstractAceResponse(AceRequest)
- Constructor for class com.rsa.ace.techservice.udpserver.
AbstractAceResponse
Constructor to build a V5 response to the request provided.
AbstractAceResponse(AceDatagram, AceRequest)
- Constructor for class com.rsa.ace.techservice.udpserver.
AbstractAceResponse
Constructor to build a V5 response to the request provided.
AbstractAgentCipherProvider
- Class in
com.rsa.ace.techservice.cipher
Abstract Cipher Provider implementation.
AbstractAgentCipherProvider()
- Constructor for class com.rsa.ace.techservice.cipher.
AbstractAgentCipherProvider
Constructor.
AbstractLogger
- Class in
com.rsa.authagent.authapi.logger
This is the base logger for both the event logger and debug logger.
AbstractV3Request
- Class in
com.rsa.ace.techservice.udpserver
This class represents an Ace Authentication Version 3 Request use by cross realm.
AbstractV3Request(AceDatagram)
- Constructor for class com.rsa.ace.techservice.udpserver.
AbstractV3Request
Creates a new instance of AbstractV3Request from a datagram.
AbstractV3Request(AbstractV3Request.MessageType, byte, AgentConfig)
- Constructor for class com.rsa.ace.techservice.udpserver.
AbstractV3Request
Creates a new instance of AbstractV3Request.
AbstractV3Request.MessageType
- Class in
com.rsa.ace.techservice.udpserver
AbstractV3RequestWithPasscode
- Class in
com.rsa.ace.techservice.udpserver
AbstractV3RequestWithPasscode(AceDatagram)
- Constructor for class com.rsa.ace.techservice.udpserver.
AbstractV3RequestWithPasscode
AbstractV4Request
- Class in
com.rsa.ace.techservice.udpserver
AbstractV4Request(AceDatagram)
- Constructor for class com.rsa.ace.techservice.udpserver.
AbstractV4Request
AbstractV4Request(AbstractV4Request.MessageType, byte, AgentConfig)
- Constructor for class com.rsa.ace.techservice.udpserver.
AbstractV4Request
AbstractV4Request.MessageType
- Class in
com.rsa.ace.techservice.udpserver
AbstractV4RequestWithPasscode
- Class in
com.rsa.ace.techservice.udpserver
AbstractV4RequestWithPasscode(AceDatagram)
- Constructor for class com.rsa.ace.techservice.udpserver.
AbstractV4RequestWithPasscode
ACCESS_DENIED
- Static variable in interface com.rsa.authagent.authapi.
AuthSession
Returns status code from check(), clientCheck(), lock(), or next() that indicating that the authentication failed.
ACCESS_DENIED
- Static variable in interface com.rsa.authagent.authapi.
AuthSession
Returns status code from check(), clientCheck(), lock(), or next() that indicating that the authentication failed.
ACCESS_OK
- Static variable in interface com.rsa.authagent.authapi.
AuthSession
Returns status code indicating that the authentication was successful.
ACCESS_OK
- Static variable in interface com.rsa.authagent.authapi.
AuthSession
Returns status code indicating that the authentication was successful.
ACE5_CIPHERSUITE_DES_64_CSM_8
- Static variable in interface com.rsa.ace.techservice.cipher.
AgentCipherProviderFactory
Agent 'DES-64-bit' with '8-bit checksum' ciphersuite.
ACE5_CIPHERSUITE_NULL
- Static variable in interface com.rsa.ace.techservice.cipher.
AgentCipherProviderFactory
Agent 'NULL' ciphersuite.
ACE5_CIPHERSUITE_RC5_CBC_128_64_SHA1HMAC
- Static variable in interface com.rsa.ace.techservice.cipher.
AgentCipherProviderFactory
Agent 'RC5-128-bit' with '64-bit-SHA1-HMAC' ciphersuite.
ACE5_CIPHERSUITE_UNDEFINED
- Static variable in interface com.rsa.ace.techservice.cipher.
AgentCipherProviderFactory
Undefined Agent ciphersuite.
Ace5Session
- Class in
com.rsa.authagent.authapi
This is the user's authentication session that performs an auththentication request.
ACE_CLIENT
- Static variable in class com.rsa.ace.techservice.udpserver.
AceProtocol
AceAccessDenied
- Class in
com.rsa.ace.techservice.udpserver
This class represents an ACE Access Denied Response.
AceAccessDenied(AceRequest)
- Constructor for class com.rsa.ace.techservice.udpserver.
AceAccessDenied
Creates a new instance of an AceAccessDenied packet
AceAuthV3Request
- Class in
com.rsa.ace.techservice.udpserver
This class represents an Ace Authentication Version 3 Request use by cross realm.
AceAuthV3Request(AceDatagram)
- Constructor for class com.rsa.ace.techservice.udpserver.
AceAuthV3Request
Creates a new instance of AceAuthV3Request from a datagram.
AceAuthV3Request(String, String, String, AgentConfig)
- Constructor for class com.rsa.ace.techservice.udpserver.
AceAuthV3Request
Creates a new instance of AceAuthV3Request.
AceAuthV4Request
- Class in
com.rsa.ace.techservice.udpserver
This class represents an Ace Authentication Request Version 4.
AceAuthV4Request(AceDatagram)
- Constructor for class com.rsa.ace.techservice.udpserver.
AceAuthV4Request
Creates a new instance of AceAuthV4Request from a datagram.
AceAuthV4Request(String, String, String, AgentConfig)
- Constructor for class com.rsa.ace.techservice.udpserver.
AceAuthV4Request
AceCapabilityResponse
- Class in
com.rsa.ace.techservice.udpserver
AceCapabilityResponse(AceSegment)
- Constructor for class com.rsa.ace.techservice.udpserver.
AceCapabilityResponse
AceCapabilitySegment
- Class in
com.rsa.ace.techservice.udpserver
AceCapabilitySegment()
- Constructor for class com.rsa.ace.techservice.udpserver.
AceCapabilitySegment
AceCheckSum
- Class in
com.rsa.ace.techservice.util
AceCheckSum()
- Constructor for class com.rsa.ace.techservice.util.
AceCheckSum
AceClientAuthV3Request
- Class in
com.rsa.ace.techservice.udpserver
TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates
AceClientAuthV3Request(String, String, String, InetAddress, AgentConfig)
- Constructor for class com.rsa.ace.techservice.udpserver.
AceClientAuthV3Request
AceClientAuthV4Request
- Class in
com.rsa.ace.techservice.udpserver
TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates
AceClientAuthV4Request(String, String, String, InetAddress, AgentConfig)
- Constructor for class com.rsa.ace.techservice.udpserver.
AceClientAuthV4Request
AceDatagram
- Class in
com.rsa.ace.techservice.udpserver
This class represents an Ace Datagram Packet exception.
AceDatagram()
- Constructor for class com.rsa.ace.techservice.udpserver.
AceDatagram
Default constructor for AceDatagram.
AceDatagram(byte[], int, InetAddress, int)
- Constructor for class com.rsa.ace.techservice.udpserver.
AceDatagram
Constructor for AceDatagram.
AceDatagram(byte[], int)
- Constructor for class com.rsa.ace.techservice.udpserver.
AceDatagram
Constructor for AceDatagram (incoming packets).
AceDebug
- Class in
com.rsa.ace.techservice.util
This class provides Ace binary data debug utilities.
AceDebug()
- Constructor for class com.rsa.ace.techservice.util.
AceDebug
AceException
- Exception in
com.rsa.ace.techservice.udpserver
This is a generic ACE/Server Exception.
AceException(String)
- Constructor for exception com.rsa.ace.techservice.udpserver.
AceException
Construct a packet exception with a message.
AceException(String, Exception)
- Constructor for exception com.rsa.ace.techservice.udpserver.
AceException
Construct a packet exception with a message and nested exception.
AceF2
- Class in
com.rsa.authagent.authapi.ciphers
AceF2(int)
- Constructor for class com.rsa.authagent.authapi.ciphers.
AceF2
Constructor for AceF2
AceF2Test
- Class in
com.rsa.authagent.authapi.ciphers
AceF2Test(String)
- Constructor for class com.rsa.authagent.authapi.ciphers.
AceF2Test
Constructor for AceF2Test.
AceLockRequest
- Class in
com.rsa.ace.techservice.udpserver
This class represents an Ace Lock Request Version 4.
AceLockRequest(AceDatagram)
- Constructor for class com.rsa.ace.techservice.udpserver.
AceLockRequest
Creates a new instance of AceLockRequest from a datagram.
AceLockRequest(String, AgentConfig)
- Constructor for class com.rsa.ace.techservice.udpserver.
AceLockRequest
AceMsgResponse
- Class in
com.rsa.ace.techservice.udpserver
This class represents an ACE MSG Response.
AceMsgResponse(AceDatagram, AceRequest)
- Constructor for class com.rsa.ace.techservice.udpserver.
AceMsgResponse
AceMsgResponse(AceRequest, int, byte, byte, byte, byte)
- Constructor for class com.rsa.ace.techservice.udpserver.
AceMsgResponse
Creates a new instance of an AceMsgResponse packet
AceNewPinResponse
- Class in
com.rsa.ace.techservice.udpserver
AceNewPinResponse(AceRequest)
- Constructor for class com.rsa.ace.techservice.udpserver.
AceNewPinResponse
AceNewPinResponse(AceDatagram, AceRequest)
- Constructor for class com.rsa.ace.techservice.udpserver.
AceNewPinResponse
AceNewPinV3Request
- Class in
com.rsa.ace.techservice.udpserver
AceNewPinV3Request(AceDatagram)
- Constructor for class com.rsa.ace.techservice.udpserver.
AceNewPinV3Request
AceNewPinV3Request(String, AceAuthV3Request, AceResponse)
- Constructor for class com.rsa.ace.techservice.udpserver.
AceNewPinV3Request
AceNewPinV4Request
- Class in
com.rsa.ace.techservice.udpserver
AceNewPinV4Request(AceDatagram)
- Constructor for class com.rsa.ace.techservice.udpserver.
AceNewPinV4Request
AceNewPinV4Request(String, AceAuthV4Request, AceResponse)
- Constructor for class com.rsa.ace.techservice.udpserver.
AceNewPinV4Request
AceNextCodeResponse
- Class in
com.rsa.ace.techservice.udpserver
AceNextCodeResponse(AceRequest)
- Constructor for class com.rsa.ace.techservice.udpserver.
AceNextCodeResponse
AceNextCodeResponse(AceDatagram, AceRequest)
- Constructor for class com.rsa.ace.techservice.udpserver.
AceNextCodeResponse
AceNextCodeV3Request
- Class in
com.rsa.ace.techservice.udpserver
AceNextCodeV3Request(AceDatagram)
- Constructor for class com.rsa.ace.techservice.udpserver.
AceNextCodeV3Request
AceNextCodeV3Request(String, AceAuthV3Request, AceResponse)
- Constructor for class com.rsa.ace.techservice.udpserver.
AceNextCodeV3Request
AceNextCodeV4Request
- Class in
com.rsa.ace.techservice.udpserver
AceNextCodeV4Request(AceDatagram)
- Constructor for class com.rsa.ace.techservice.udpserver.
AceNextCodeV4Request
AceNextCodeV4Request(String, AceAuthV4Request, AceResponse)
- Constructor for class com.rsa.ace.techservice.udpserver.
AceNextCodeV4Request
AceOKResponse
- Class in
com.rsa.ace.techservice.udpserver
This class represents an ACE OK Response.
AceOKResponse(AceDatagram, AceRequest)
- Constructor for class com.rsa.ace.techservice.udpserver.
AceOKResponse
AceOKResponse(AceRequest, String, byte[])
- Constructor for class com.rsa.ace.techservice.udpserver.
AceOKResponse
Creates a new instance of an AceOKResponse packet
AceOKV2Response
- Class in
com.rsa.ace.techservice.udpserver
This class represents an ACE OK V2 Response.
AceOKV2Response(AceDatagram, AceRequest)
- Constructor for class com.rsa.ace.techservice.udpserver.
AceOKV2Response
AceOKV2Response(AceRequest, String, byte[], AceSecondarySegments)
- Constructor for class com.rsa.ace.techservice.udpserver.
AceOKV2Response
Creates a new instance of an AceOKV2Response packet.
AcePacketException
- Exception in
com.rsa.ace.techservice.udpserver
This is a generic exception thrown when there is a problem reading or writing a packet.
AcePacketException(String)
- Constructor for exception com.rsa.ace.techservice.udpserver.
AcePacketException
Construct a packet exception with a message.
AcePacketException(String, Exception)
- Constructor for exception com.rsa.ace.techservice.udpserver.
AcePacketException
Construct a packet exception with a message and nested exception.
AcePacketException(byte, byte)
- Constructor for exception com.rsa.ace.techservice.udpserver.
AcePacketException
Construct a packet exception with a message type and protocol version.
AcePacketHeader
- Class in
com.rsa.ace.techservice.udpserver
This class represents the packet header common to both requests and responses.
AcePacketHeader(AcePacketHeader, byte)
- Constructor for class com.rsa.ace.techservice.udpserver.
AcePacketHeader
Constructs a default AcePacketHeader from a previous request.
AcePacketHeader(ByteBuffer)
- Constructor for class com.rsa.ace.techservice.udpserver.
AcePacketHeader
Constructs an AcePacketHeader reading bytes from the stream passed.
AcePacketHeader(byte, byte, short, byte, byte, byte)
- Constructor for class com.rsa.ace.techservice.udpserver.
AcePacketHeader
Constructs an AcePacketHeader with all values passed.
AcePacketTrailer
- Class in
com.rsa.ace.techservice.udpserver
This is a packet trailer parsing/building helper class.
AcePacketTrailer(byte[])
- Constructor for class com.rsa.ace.techservice.udpserver.
AcePacketTrailer
Constructs a default AcePacketTrailer.
AcePacketTrailer(ByteBuffer)
- Constructor for class com.rsa.ace.techservice.udpserver.
AcePacketTrailer
Constructs an AcePacketTrailer reading bytes from the stream passed.
AcePacketTrailer()
- Constructor for class com.rsa.ace.techservice.udpserver.
AcePacketTrailer
Constructs an AcePacketTrailer which nonce will be initialized
AcePin
- Class in
com.rsa.ace.techservice.udpserver
AcePin(ByteBuffer)
- Constructor for class com.rsa.ace.techservice.udpserver.
AcePin
AcePinUtil
- Class in
com.rsa.ace.techservice.util
AcePinUtil()
- Constructor for class com.rsa.ace.techservice.util.
AcePinUtil
AceProtocol
- Class in
com.rsa.ace.techservice.udpserver
This static class contains Ace Agent Protocol Definitions.
AceRandom
- Class in
com.rsa.ace.techservice.util
Ace Random Number Generation Class.
AceRequest
- Interface in
com.rsa.ace.techservice.udpserver
This is the Ace agent request Interface.
AceRequestFactory
- Interface in
com.rsa.ace.techservice.udpserver
This is the interface for the request packet factory.
AceResponse
- Interface in
com.rsa.ace.techservice.udpserver
This is the Ace Response Interface.
AceResponseFactory
- Interface in
com.rsa.ace.techservice.udpserver
AceResponseFactoryImpl
- Class in
com.rsa.ace.techservice.udpserver
AceResponseFactoryImpl()
- Constructor for class com.rsa.ace.techservice.udpserver.
AceResponseFactoryImpl
AceSecondarySegments
- Class in
com.rsa.ace.techservice.udpserver
This class represents the secondary segments requested by and provided to the agent.
AceSecondarySegments()
- Constructor for class com.rsa.ace.techservice.udpserver.
AceSecondarySegments
Creates a new instance of AceSecondarySegments.
AceSecondarySegments(ByteBuffer)
- Constructor for class com.rsa.ace.techservice.udpserver.
AceSecondarySegments
Creates a new instance of AceSecondarySegments
AceSegment
- Class in
com.rsa.ace.techservice.udpserver
AceSegment(ByteBuffer)
- Constructor for class com.rsa.ace.techservice.udpserver.
AceSegment
AceSegment(byte[])
- Constructor for class com.rsa.ace.techservice.udpserver.
AceSegment
AceSegment(AceSegmentType)
- Constructor for class com.rsa.ace.techservice.udpserver.
AceSegment
AceSegmentHeader
- Class in
com.rsa.ace.techservice.udpserver
AceSegmentHeader(AceSegmentType)
- Constructor for class com.rsa.ace.techservice.udpserver.
AceSegmentHeader
AceSegmentHeader(ByteBuffer)
- Constructor for class com.rsa.ace.techservice.udpserver.
AceSegmentHeader
AceSegmentRequestTester
- Class in
com.rsa.ace.techservice.udpserver
AceSegmentRequestTester()
- Constructor for class com.rsa.ace.techservice.udpserver.
AceSegmentRequestTester
AceSegmentType
- Class in
com.rsa.ace.techservice.udpserver
ACEServerDataObject
- Interface in
com.rsa.authagent.authapi.datarepository
This Interface class forms the base of the hierarchy of classes that communicate with Data Resource.
AceServerInfo
- Class in
com.rsa.ace.techservice.udpserver
AceServerInfo(ByteBuffer)
- Constructor for class com.rsa.ace.techservice.udpserver.
AceServerInfo
AceServerListResponse
- Class in
com.rsa.ace.techservice.udpserver
AceServerListResponse(AceSegment)
- Constructor for class com.rsa.ace.techservice.udpserver.
AceServerListResponse
AceServerListSegment
- Class in
com.rsa.ace.techservice.udpserver
AceServerListSegment()
- Constructor for class com.rsa.ace.techservice.udpserver.
AceServerListSegment
AceServerStatusResponse
- Class in
com.rsa.ace.techservice.udpserver
AceServerStatusResponse(AceSegment)
- Constructor for class com.rsa.ace.techservice.udpserver.
AceServerStatusResponse
AceServerStatusSegment
- Class in
com.rsa.ace.techservice.udpserver
AceServerStatusSegment(InetAddress)
- Constructor for class com.rsa.ace.techservice.udpserver.
AceServerStatusSegment
AceSessionTest
- Class in
com.rsa.authagent.authapi
Test case for AuthSession
AceSessionTest()
- Constructor for class com.rsa.authagent.authapi.
AceSessionTest
AceStats
- Class in
com.rsa.ace.techservice.util
Performance statistics gathering class.
AceStats()
- Constructor for class com.rsa.ace.techservice.util.
AceStats
Constructs a new instance of AceStats.
AceStatusInfo
- Class in
com.rsa.authagent.authapi
AceStatusInfo(String)
- Constructor for class com.rsa.authagent.authapi.
AceStatusInfo
AceSupportedSegment
- Class in
com.rsa.ace.techservice.udpserver
AceSupportedSegment(ByteBuffer)
- Constructor for class com.rsa.ace.techservice.udpserver.
AceSupportedSegment
AceSuspectData
- Class in
com.rsa.ace.techservice.udpserver
This class represents "suspect" data sent by an agent if the attacker was foolish enough bang on an agent three times.
AceSuspectData(ByteBuffer)
- Constructor for class com.rsa.ace.techservice.udpserver.
AceSuspectData
Creates a new instance of AceSuspectData passed a byte-buffer.
AceSuspectData(int, byte[], byte, byte)
- Constructor for class com.rsa.ace.techservice.udpserver.
AceSuspectData
Creates a new instance of AceSuspectData passed a byte-buffer.
AceTestAgent
- Class in
com.rsa.ace.techservice.udpserver
Ace "Echo" TestAgent
AceTestAgent(String, int, ThreadGroup)
- Constructor for class com.rsa.ace.techservice.udpserver.
AceTestAgent
Construct an agent to send packets to the host and port provided.
AceTimeRequest
- Class in
com.rsa.ace.techservice.udpserver
This represents a time request received from an agent.
AceTimeRequest(AceDatagram)
- Constructor for class com.rsa.ace.techservice.udpserver.
AceTimeRequest
Creates a new instance of AceTimeRequest from a datagram.
AceTimeRequest(AgentConfig)
- Constructor for class com.rsa.ace.techservice.udpserver.
AceTimeRequest
Creates a new instance of AceTimeRequest.
AceTimeRequestResponse
- Class in
com.rsa.ace.techservice.udpserver
This class is an Ace Time Request Response.
AceTimeRequestResponse(AceTimeRequest)
- Constructor for class com.rsa.ace.techservice.udpserver.
AceTimeRequestResponse
Creates a new instance of AceTimeRequestResponse.
AceTimeRequestResponse(AceDatagram, AceRequest)
- Constructor for class com.rsa.ace.techservice.udpserver.
AceTimeRequestResponse
Creates a new instance of AceTimeRequestResponse.
AceTimeResponse
- Class in
com.rsa.ace.techservice.udpserver
AceTimeResponse(AceRequest)
- Constructor for class com.rsa.ace.techservice.udpserver.
AceTimeResponse
AceTimeResponse(AceDatagram, AceRequest)
- Constructor for class com.rsa.ace.techservice.udpserver.
AceTimeResponse
AceV4Tester
- Class in
com.rsa.ace.techservice.udpserver
AceV4Tester()
- Constructor for class com.rsa.ace.techservice.udpserver.
AceV4Tester
AceWPCodes
- Class in
com.rsa.ace.techservice.udpserver
This class handles ACE WP codes.
AceWPCodes()
- Constructor for class com.rsa.ace.techservice.udpserver.
AceWPCodes
Creates a new instance of AceWPCodes.
AceWPCodes(ByteBuffer)
- Constructor for class com.rsa.ace.techservice.udpserver.
AceWPCodes
Creates a new instance of AceWPCodes passed a data input stream.
ACM_ACCESS_DENIED
- Static variable in class com.rsa.ace.techservice.udpserver.
AceProtocol
ACM_ACK_NAMELOCK
- Static variable in class com.rsa.ace.techservice.udpserver.
AceProtocol
ACM_ADMIND_START_OK
- Static variable in class com.rsa.ace.techservice.udpserver.
AceProtocol
ACM_BATCH_CHECK
- Static variable in class com.rsa.ace.techservice.udpserver.
AceProtocol
ACM_CLIENT_AUTH_2
- Static variable in class com.rsa.ace.techservice.udpserver.
AceProtocol
ACM_CLIENT_AUTH_4
- Static variable in class com.rsa.ace.techservice.udpserver.
AceProtocol
ACM_CLOSE_CLIENT_SESSION
- Static variable in class com.rsa.ace.techservice.udpserver.
AceProtocol
ACM_DOWNGRADE
- Static variable in class com.rsa.ace.techservice.udpserver.
AceProtocol
ACM_ENTRY_ERR
- Static variable in class com.rsa.ace.techservice.udpserver.
AceProtocol
ACM_HI_VER
- Static variable in class com.rsa.ace.techservice.udpserver.
AceProtocol
ACM_LOG_ACK
- Static variable in class com.rsa.ace.techservice.udpserver.
AceProtocol
ACM_LOG_REQ
- Static variable in class com.rsa.ace.techservice.udpserver.
AceProtocol
ACM_MD5RC5_VER
- Static variable in class com.rsa.ace.techservice.udpserver.
AceProtocol
ACM_NEW_PIN_ACCEPTED
- Static variable in class com.rsa.ace.techservice.udpserver.
AceProtocol
ACM_NEW_PIN_REJECTED
- Static variable in class com.rsa.ace.techservice.udpserver.
AceProtocol
ACM_NEW_PIN_REQUIRED
- Static variable in class com.rsa.ace.techservice.udpserver.
AceProtocol
ACM_NEW_PIN_REQUIRED_2
- Static variable in class com.rsa.ace.techservice.udpserver.
AceProtocol
ACM_NEXT_CODE_BAD
- Static variable in class com.rsa.ace.techservice.udpserver.
AceProtocol
ACM_NEXT_CODE_OK
- Static variable in class com.rsa.ace.techservice.udpserver.
AceProtocol
ACM_NEXT_CODE_REQUIRED
- Static variable in class com.rsa.ace.techservice.udpserver.
AceProtocol
ACM_NEXT_CODE_REQUIRED_2
- Static variable in class com.rsa.ace.techservice.udpserver.
AceProtocol
ACM_OK
- Static variable in class com.rsa.ace.techservice.udpserver.
AceProtocol
ACM_OK_2
- Static variable in class com.rsa.ace.techservice.udpserver.
AceProtocol
ACM_PC_BAD
- Static variable in class com.rsa.ace.techservice.udpserver.
AceProtocol
ACM_PC_OK
- Static variable in class com.rsa.ace.techservice.udpserver.
AceProtocol
ACM_REQ_AUTH
- Static variable in class com.rsa.ace.techservice.udpserver.
AceProtocol
ACM_REQ_AUTH_3
- Static variable in class com.rsa.ace.techservice.udpserver.
AceProtocol
ACM_REQ_AUTH_4
- Static variable in class com.rsa.ace.techservice.udpserver.
AceProtocol
ACM_REQ_LOCK_NAME
- Static variable in class com.rsa.ace.techservice.udpserver.
AceProtocol
ACM_RESP
- Static variable in class com.rsa.ace.techservice.udpserver.
AceProtocol
ACM_SHELL_BAD
- Static variable in class com.rsa.ace.techservice.udpserver.
AceProtocol
ACM_SHELL_OK
- Static variable in class com.rsa.ace.techservice.udpserver.
AceProtocol
ACM_SHELL_REQ
- Static variable in class com.rsa.ace.techservice.udpserver.
AceProtocol
ACM_SUSPECT
- Static variable in class com.rsa.ace.techservice.udpserver.
AceProtocol
ACM_SUSPECT_ACK
- Static variable in class com.rsa.ace.techservice.udpserver.
AceProtocol
ACM_TIME_OK
- Static variable in class com.rsa.ace.techservice.udpserver.
AceProtocol
ACM_TIME_REQ
- Static variable in class com.rsa.ace.techservice.udpserver.
AceProtocol
ACM_USER_CHECK
- Static variable in class com.rsa.ace.techservice.udpserver.
AceProtocol
ACM_VALID_ADMIN_2
- Static variable in class com.rsa.ace.techservice.udpserver.
AceProtocol
ACM_VER
- Static variable in class com.rsa.ace.techservice.udpserver.
AceProtocol
ACM_VER_5
- Static variable in class com.rsa.ace.techservice.udpserver.
AceProtocol
AcmServerInfo
- Class in
com.rsa.authagent.authapi.realmstat
AcmServerInfo(InetAddress)
- Constructor for class com.rsa.authagent.authapi.realmstat.
AcmServerInfo
add(AcmServerInfo, byte)
- Method in class com.rsa.authagent.authapi.realmstat.
ServerOpts
addAddressStatus(byte)
- Method in class com.rsa.authagent.authapi.realmstat.
AcmServerInfo
addAliasMask(int, byte)
- Method in class com.rsa.authagent.authapi.realmstat.
AcmServerInfo
addDebugFilter(int)
- Static method in class com.rsa.authagent.authapi.logger.
AgentDebugger
Adds a new set of filters to the debugger.
addNonce(ByteBuffer)
- Method in class com.rsa.ace.techservice.udpserver.
AcePacketTrailer
Adds the nonce portion of the AcePacketTrailer to the buffer passed.
addOutput(LoggerOutput)
- Static method in class com.rsa.authagent.authapi.logger.
AbstractLogger
Adds a new output type to the logger.
addOutput(LoggerOutput)
- Static method in class com.rsa.authagent.authapi.logger.
AgentDebugger
addOutput(LoggerOutput)
- Static method in class com.rsa.authagent.authapi.logger.
AgentLogger
ADDR_DUP
- Static variable in class com.rsa.authagent.authapi.realmstat.
AcmServerInfo
ADDR_FROM_SDCONF
- Static variable in class com.rsa.authagent.authapi.realmstat.
AcmServerInfo
ADDR_MSTR_SLAVE
- Static variable in class com.rsa.authagent.authapi.realmstat.
AcmServerInfo
ADDR_PRIMARY
- Static variable in class com.rsa.authagent.authapi.realmstat.
AcmServerInfo
ADDR_REAL_BY_SDOPTS
- Static variable in class com.rsa.authagent.authapi.realmstat.
AcmServerInfo
ADDR_REAL_VERIFIED
- Static variable in class com.rsa.authagent.authapi.realmstat.
AcmServerInfo
ADDR_REQ_DETECT
- Static variable in class com.rsa.authagent.authapi.realmstat.
AcmServerInfo
addResourcesLocation(DataResource, String)
- Method in class com.rsa.authagent.authapi.datarepository.
ResourceLocation
addSegment(byte[])
- Method in class com.rsa.ace.techservice.udpserver.
AceSecondarySegments
Adds a segment to this object.
addServer(byte, int)
- Method in class com.rsa.authagent.authapi.realmstat.
PriorityList
addServerListAliases(AceServerInfo)
- Method in class com.rsa.authagent.authapi.realmstat.
AcmServerInfo
addServerStatus(byte)
- Method in class com.rsa.authagent.authapi.realmstat.
AcmServerInfo
AES_CIPHER
- Static variable in class com.rsa.authagent.authapi.ciphers.
SimpleCipherFactory
AesCipher
- Class in
com.rsa.authagent.authapi.ciphers
AesCipher()
- Constructor for class com.rsa.authagent.authapi.ciphers.
AesCipher
AesCipherTest
- Class in
com.rsa.authagent.authapi.ciphers
Description:
AesCipherTest(String)
- Constructor for class com.rsa.authagent.authapi.ciphers.
AesCipherTest
Constructor for AesCipherTest.
AgentCipherException
- Exception in
com.rsa.ace.techservice.cipher
Generic Agent Cipher Exception.
AgentCipherProvider
- Interface in
com.rsa.ace.techservice.cipher
Interface for Agent Cipher providers.
AgentCipherProviderFactory
- Interface in
com.rsa.ace.techservice.cipher
Agent cipher provider factory interface.
AgentCipherProviderFactoryImpl
- Class in
com.rsa.ace.techservice.cipher
This implements the agent cipher provider factory.
AgentCipherTest
- Class in
com.rsa.ace.techservice.cipher
Agent Cipher Unit Test.
AgentConfig
- Class in
com.rsa.authagent.authapi.config
AgentConfig(DataDirectory)
- Constructor for class com.rsa.authagent.authapi.config.
AgentConfig
Private constructor
AgentConstants
- Interface in
com.rsa.authagent.authapi.config
Contains predefined constants used to create or modify the Authentication API configuration properties.
AgentCryptoJProvider
- Class in
com.rsa.authagent.authapi.ciphers
AgentDebugger
- Class in
com.rsa.authagent.authapi.logger
Debugger for logging trace messages.
AgentDebuggerTest
- Class in
com.rsa.authagent.authapi.logger
Description:
AgentDebuggerTest(String)
- Constructor for class com.rsa.authagent.authapi.logger.
AgentDebuggerTest
Constructor for AgentDebuggerTest.
AgentDesCsmCipher
- Class in
com.rsa.ace.techservice.cipher
AgentDesCsmCipher(byte[])
- Constructor for class com.rsa.ace.techservice.cipher.
AgentDesCsmCipher
AgentDesCsmCipherTest
- Class in
com.rsa.ace.techservice.cipher
AgentDesCsmCipherTest()
- Constructor for class com.rsa.ace.techservice.cipher.
AgentDesCsmCipherTest
AgentLogger
- Class in
com.rsa.authagent.authapi.logger
General purpose logger for logging messages.
AgentLoggerTest
- Class in
com.rsa.authagent.authapi.logger
Description:
AgentLoggerTest(String)
- Constructor for class com.rsa.authagent.authapi.logger.
AgentLoggerTest
Constructor for AgentLoggerTest.
AgentMACVerificationFailure
- Exception in
com.rsa.ace.techservice.cipher
Agent Cipher MAC Verification Exception.
AgentMACVerificationFailure(String)
- Constructor for exception com.rsa.ace.techservice.cipher.
AgentMACVerificationFailure
Constructor for AgentMACVerificationFailure.
AgentNULLCipher
- Class in
com.rsa.ace.techservice.cipher
The NULL Encryption provider.
AgentProperties
- Class in
com.rsa.authagent.authapi.config
This class sets up properties configured for ACE/Agent.
AgentProperties()
- Constructor for class com.rsa.authagent.authapi.config.
AgentProperties
If the path of the properties file is not set already, just loads the default and system properties; if set previously, use that (global) path to load the properties file.
AgentProperties(String)
- Constructor for class com.rsa.authagent.authapi.config.
AgentProperties
Constructor for AgentProperties: loads from the default properties, the specified properties file and the System properties.
AgentPropertiesTest
- Class in
com.rsa.authagent.authapi.config
Description:
AgentPropertiesTest(String)
- Constructor for class com.rsa.authagent.authapi.config.
AgentPropertiesTest
Constructor for AgentPropertiesTest.
AgentRC5SHA1Cipher
- Class in
com.rsa.ace.techservice.cipher
Agent Cipher Provider for 128-bit RC-5 with a 64-bit SHA1 HMAC.
AgentSHA1MAC
- Class in
com.rsa.ace.techservice.cipher
Agent SHA1 Message Authentication Code generator.
Algor2
- Class in
com.rsa.authagent.authapi.ciphers
Implements the Algor2 function for legacy Wpcode hashing.
Algor2()
- Constructor for class com.rsa.authagent.authapi.ciphers.
Algor2
Algor2Test
- Class in
com.rsa.authagent.authapi.ciphers
Algor2Test(String)
- Constructor for class com.rsa.authagent.authapi.ciphers.
Algor2Test
Constructor
Algor5
- Class in
com.rsa.authagent.authapi.ciphers
Algor5()
- Constructor for class com.rsa.authagent.authapi.ciphers.
Algor5
Algor5Tester
- Class in
com.rsa.authagent.authapi.ciphers
Algor5Tester()
- Constructor for class com.rsa.authagent.authapi.ciphers.
Algor5Tester
ALIAS_IN_SDCONF
- Static variable in class com.rsa.authagent.authapi.realmstat.
AcmServerInfo
ALIAS_IN_SDOPTS
- Static variable in class com.rsa.authagent.authapi.realmstat.
AcmServerInfo
ALIAS_IN_SERVER_LIST
- Static variable in class com.rsa.authagent.authapi.realmstat.
AcmServerInfo
ALIAS_ONLY_OPTION
- Static variable in class com.rsa.authagent.authapi.realmstat.
ServerOpts
ALIAS_ONLY_OPTION
- Static variable in interface com.rsa.authagent.authapi.
ServerInfo
Value of the ALIASES_ONLY keyword, as specified in the sdopts.rec file.
ALIAS_ONLY_OPTION
- Static variable in interface com.rsa.authagent.authapi.
ServerInfo
Value of the ALIASES_ONLY keyword, as specified in the sdopts.rec file.
appendAverage(PrintStream, String, String)
- Method in class com.rsa.ace.techservice.util.
AceStats
Appends the average rate output string to the print stream provided.
appendRate(PrintStream, String, int, String)
- Method in class com.rsa.ace.techservice.util.
AceStats
Appends the rate output string to the print stream provided.
AuthAgentException
- Exception in
com.rsa.authagent.authapi
Exception class that the Authentication API throws.
AuthAgentException
- Exception in
com.rsa.authagent.authapi
Exception class that the Authentication API throws.
AuthAgentException()
- Constructor for exception com.rsa.authagent.authapi.
AuthAgentException
Constructs a new exception with null as its detail message.
AuthAgentException(String)
- Constructor for exception com.rsa.authagent.authapi.
AuthAgentException
Constructs a new exception with the specified detail message.
AuthAgentException()
- Constructor for exception com.rsa.authagent.authapi.
AuthAgentException
Constructs a new exception with null as its detail message.
AuthAgentException(String)
- Constructor for exception com.rsa.authagent.authapi.
AuthAgentException
Constructs a new exception with the specified detail message.
AuthAPIUnitTest
- Class in
com.rsa.authagent.unittest
AuthAPIUnitTest implementation.
AuthAPIUnitTest()
- Constructor for class com.rsa.authagent.unittest.
AuthAPIUnitTest
AuthenticationTest
- Class in
com.rsa.authagent.unittest
Test case to test the control flow of the basic authentication
AuthenticationTest(String)
- Constructor for class com.rsa.authagent.unittest.
AuthenticationTest
AuthProxy
- Class in
com.rsa.authagent.authapi.authmsg
This class performs tasks delegated by the AuthSession class.
AuthProxy(ServerExchange)
- Constructor for class com.rsa.authagent.authapi.authmsg.
AuthProxy
AuthRequest
- Static variable in class com.rsa.ace.techservice.udpserver.
AbstractV3Request.MessageType
AuthRequest
- Static variable in class com.rsa.ace.techservice.udpserver.
AbstractV4Request.MessageType
AuthSession
- Interface in
com.rsa.authagent.authapi
Represents a user session object that an application uses to authenticate the user.
AuthSession
- Interface in
com.rsa.authagent.authapi
Represents a user session object that an application uses to authenticate the user.
AuthSessionFactory
- Class in
com.rsa.authagent.authapi
Provides entry to the Authentication API; creates user sessions for authentication purposes.
AuthSessionFactory
- Class in
com.rsa.authagent.authapi
Provides entry to the Authentication API; creates user sessions for authentication purposes.
AuthSessionFactoryTest
- Class in
com.rsa.authagent.authapi
Description:
AuthSessionFactoryTest(String)
- Constructor for class com.rsa.authagent.authapi.
AuthSessionFactoryTest
Constructor for AuthSessionFactoryTest.
averageString(String, String)
- Method in class com.rsa.ace.techservice.util.
AceStats
Creates a string for the average rate data.
avgRatePerSecond()
- Method in class com.rsa.ace.techservice.util.
AceStats
Calculated the average rate for recent calls to this class.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Authentication
API v8.1 SP2
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
P
Q
R
S
T
U
V
W
Copyright © 1999 - 2011 EMC Corporation. All Rights Reserved.