|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.di.connector.tam.CommonBase
com.ibm.di.connector.tam.Policy
public class Policy
Field Summary |
---|
Fields inherited from class com.ibm.di.connector.tam.CommonBase |
---|
DATE_FORMAT, MAX_SIGNED_DWORD, MAX_UNSIGNED_DWORD, mLogProxy, mPDContext, mPDMessages, QSS_BOOLEAN, QSS_BYTE_ARRAY, QSS_DATE, QSS_INTEGER, QSS_LONG, QSS_STRING, QSS_VECTOR |
Constructor Summary | |
---|---|
Policy(Entry entry,
com.tivoli.pd.jutil.PDContext context,
Log log)
Policy Constructor |
|
Policy(SearchCriteria searchcriteria,
com.tivoli.pd.jutil.PDContext context,
Log log)
Policy Constructor |
|
Policy(String s,
com.tivoli.pd.jutil.PDContext context,
Log log)
Policy Contructor |
Method Summary | |
---|---|
void |
delete()
Deletes a Policy from TAM |
Entry |
getAttributes()
Returns the Policy details in the form of an Entry object |
static List |
list(com.tivoli.pd.jutil.PDContext mPDContext)
Return a List (ArrayList) of TAM Policies |
void |
modify()
Modifies a Policy in TAM |
void |
put()
Creates a Policy in TAM |
static Vector |
schema()
Get the schema for TAM policy. |
void |
set(Entry entry)
Set the object with the Entry data |
Methods inherited from class com.ibm.di.connector.tam.CommonBase |
---|
addSchemaEntry, createAndAddEntryAttribute, debug, debug, error, getBooleanEntryAttributeValue, getByteArrayEntryAttributeValue, getDateEntryAttributeValue, getIntegerEntryAttributeValue, getLongEntryAttributeValue, getPDMessage, getStringEntryAttributeValue, logmsg, printEntry, processMsgs |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Policy(String s, com.tivoli.pd.jutil.PDContext context, Log log) throws com.tivoli.pd.jutil.PDException
s
- The Policy namecontext
- The TAM Contextlog
- The TDI Connector log
com.tivoli.pd.jutil.PDException
public Policy(Entry entry, com.tivoli.pd.jutil.PDContext context, Log log)
entry
- The Entry data from TDIcontext
- The TAM Contextlog
- The TDI Connector logpublic Policy(SearchCriteria searchcriteria, com.tivoli.pd.jutil.PDContext context, Log log) throws TAMConnectorException, com.tivoli.pd.jutil.PDException
searchcriteria
- The Search criteriacontext
- The TAM Contextlog
- The TDI Connector Log
TAMConnectorException
com.tivoli.pd.jutil.PDException
Method Detail |
---|
public void set(Entry entry)
entry
- The TDI Entry datapublic void put() throws TAMConnectorException, com.tivoli.pd.jutil.PDException
TAMConnectorException
com.tivoli.pd.jutil.PDException
public void modify() throws TAMConnectorException
TAMConnectorException
com.tivoli.pd.jutil.PDException
public void delete() throws TAMConnectorException, com.tivoli.pd.jutil.PDException
Unsets each value for the user
TAMConnectorException
com.tivoli.pd.jutil.PDException
public Entry getAttributes()
public static Vector schema()
public static List list(com.tivoli.pd.jutil.PDContext mPDContext) throws com.tivoli.pd.jutil.PDException
mPDContext
- The TAM Context
com.tivoli.pd.jutil.PDException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |