SiteMinder
Java SDK r12.0 SP2


netegrity.siteminder.javaagent
Class Attribute

java.lang.Object
  |
  +--netegrity.siteminder.javaagent.Attribute

public class Attribute
extends java.lang.Object

Represents a single response attribute from the Agent API.

Since:
SiteMinder 4.0
See Also:
AgentAPI, AttributeList

Field Summary
 int flags
          A request or response flag used in session variables operations.
 int id
          The ID of the attribute.
 java.lang.String oid
          OID value for the attribute.
 int ttl
          The time-to-live (TTL) value, in seconds.
 byte[] value
          The value of the attribute.
 
Constructor Summary
Attribute(int p_id, int p_ttl, int p_flags, java.lang.String p_oid, byte[] p_value)
          Creates a fully defined attribute.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public int id
The ID of the attribute. Attribute IDs are defined as fields in AgentAPI and are prefixed with ATTR_.


ttl

public int ttl
The time-to-live (TTL) value, in seconds. The attribute remains in cache for the duration of the TTL value.


flags

public int flags
A request or response flag used in session variables operations. One of the following flags:


oid

public java.lang.String oid
OID value for the attribute.


value

public byte[] value
The value of the attribute.

Constructor Detail

Attribute

public Attribute(int p_id,
                 int p_ttl,
                 int p_flags,
                 java.lang.String p_oid,
                 byte[] p_value)
Creates a fully defined attribute.

Parameters:
p_id - The ID of this attribute.
p_ttl - The TTL value of this attribute.
p_flags - The flags for this attribute.
p_oid - The OID for this attribute.
p_value - An array containing the attribute value.

SiteMinder
Java SDK r12.0 SP2

Fri 11/06/2009

http://ca.com
Copyright (c) 2009 CA.