org.csapi.pam.provisioning
Class _IpPAMAgentTypeManagementStub
java.lang.Object
org.omg.CORBA.portable.ObjectImpl
org.csapi.pam.provisioning._IpPAMAgentTypeManagementStub
- All Implemented Interfaces:
- java.io.Serializable, IpInterface, IpInterfaceOperations, IpPAMAgentTypeManagement, IpPAMAgentTypeManagementOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity
public class _IpPAMAgentTypeManagementStub
- extends org.omg.CORBA.portable.ObjectImpl
- implements IpPAMAgentTypeManagement
Generated from IDL interface "IpPAMAgentTypeManagement"
- Author:
- JacORB IDL compiler V 2.1, 16-Feb-2004
- See Also:
- Serialized Form
|
Field Summary |
static java.lang.Class |
_opsClass
|
|
Method Summary |
java.lang.String[] |
_ids()
|
void |
addAgentTypeAttributes(java.lang.String typeName,
java.lang.String[] attributeNames,
byte[] authToken)
|
void |
createAgentAttribute(TpPAMAttributeDef pAttribute,
byte[] authToken)
|
void |
createAgentType(java.lang.String typeName,
java.lang.String[] attributeNames,
byte[] authToken)
|
void |
deleteAgentAttribute(java.lang.String attributeName,
byte[] authToken)
|
void |
deleteAgentType(java.lang.String typeName,
byte[] authToken)
|
TpPAMAttributeDef |
getAgentAttributeDefinition(java.lang.String attributeName,
byte[] authToken)
|
java.lang.String[] |
listAgentTypeAttributes(java.lang.String typeName,
byte[] authToken)
|
java.lang.String[] |
listAgentTypes(byte[] authToken)
|
java.lang.String[] |
listAllAgentAttributes(byte[] authToken)
|
void |
removeAgentTypeAttributes(java.lang.String typeName,
java.lang.String[] attributeNames,
byte[] authToken)
|
| Methods inherited from class org.omg.CORBA.portable.ObjectImpl |
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
_opsClass
public static final java.lang.Class _opsClass
_IpPAMAgentTypeManagementStub
public _IpPAMAgentTypeManagementStub()
_ids
public java.lang.String[] _ids()
- Specified by:
_ids in class org.omg.CORBA.portable.ObjectImpl
getAgentAttributeDefinition
public TpPAMAttributeDef getAgentAttributeDefinition(java.lang.String attributeName,
byte[] authToken)
throws TpCommonExceptions,
P_PAM_INVALID_CREDENTIAL,
P_PAM_UNKNOWN_ATTRIBUTE
- Specified by:
getAgentAttributeDefinition in interface IpPAMAgentTypeManagementOperations
- Throws:
TpCommonExceptions
P_PAM_INVALID_CREDENTIAL
P_PAM_UNKNOWN_ATTRIBUTE
deleteAgentAttribute
public void deleteAgentAttribute(java.lang.String attributeName,
byte[] authToken)
throws TpCommonExceptions,
P_PAM_INVALID_CREDENTIAL,
P_PAM_UNKNOWN_ATTRIBUTE
- Specified by:
deleteAgentAttribute in interface IpPAMAgentTypeManagementOperations
- Throws:
TpCommonExceptions
P_PAM_INVALID_CREDENTIAL
P_PAM_UNKNOWN_ATTRIBUTE
addAgentTypeAttributes
public void addAgentTypeAttributes(java.lang.String typeName,
java.lang.String[] attributeNames,
byte[] authToken)
throws TpCommonExceptions,
P_PAM_ATTRIBUTE_EXISTS,
P_PAM_UNKNOWN_TYPE,
P_PAM_INVALID_CREDENTIAL,
P_PAM_UNKNOWN_ATTRIBUTE
- Specified by:
addAgentTypeAttributes in interface IpPAMAgentTypeManagementOperations
- Throws:
TpCommonExceptions
P_PAM_ATTRIBUTE_EXISTS
P_PAM_UNKNOWN_TYPE
P_PAM_INVALID_CREDENTIAL
P_PAM_UNKNOWN_ATTRIBUTE
listAgentTypeAttributes
public java.lang.String[] listAgentTypeAttributes(java.lang.String typeName,
byte[] authToken)
throws TpCommonExceptions,
P_PAM_UNKNOWN_TYPE,
P_PAM_INVALID_CREDENTIAL
- Specified by:
listAgentTypeAttributes in interface IpPAMAgentTypeManagementOperations
- Throws:
TpCommonExceptions
P_PAM_UNKNOWN_TYPE
P_PAM_INVALID_CREDENTIAL
listAgentTypes
public java.lang.String[] listAgentTypes(byte[] authToken)
throws TpCommonExceptions,
P_PAM_INVALID_CREDENTIAL
- Specified by:
listAgentTypes in interface IpPAMAgentTypeManagementOperations
- Throws:
TpCommonExceptions
P_PAM_INVALID_CREDENTIAL
createAgentType
public void createAgentType(java.lang.String typeName,
java.lang.String[] attributeNames,
byte[] authToken)
throws TpCommonExceptions,
P_PAM_INVALID_CREDENTIAL,
P_PAM_UNKNOWN_ATTRIBUTE,
P_PAM_TYPE_EXISTS
- Specified by:
createAgentType in interface IpPAMAgentTypeManagementOperations
- Throws:
TpCommonExceptions
P_PAM_INVALID_CREDENTIAL
P_PAM_UNKNOWN_ATTRIBUTE
P_PAM_TYPE_EXISTS
deleteAgentType
public void deleteAgentType(java.lang.String typeName,
byte[] authToken)
throws TpCommonExceptions,
P_PAM_UNKNOWN_TYPE,
P_PAM_INVALID_CREDENTIAL
- Specified by:
deleteAgentType in interface IpPAMAgentTypeManagementOperations
- Throws:
TpCommonExceptions
P_PAM_UNKNOWN_TYPE
P_PAM_INVALID_CREDENTIAL
createAgentAttribute
public void createAgentAttribute(TpPAMAttributeDef pAttribute,
byte[] authToken)
throws TpCommonExceptions,
P_PAM_ATTRIBUTE_EXISTS,
P_PAM_INVALID_CREDENTIAL
- Specified by:
createAgentAttribute in interface IpPAMAgentTypeManagementOperations
- Throws:
TpCommonExceptions
P_PAM_ATTRIBUTE_EXISTS
P_PAM_INVALID_CREDENTIAL
listAllAgentAttributes
public java.lang.String[] listAllAgentAttributes(byte[] authToken)
throws TpCommonExceptions,
P_PAM_INVALID_CREDENTIAL
- Specified by:
listAllAgentAttributes in interface IpPAMAgentTypeManagementOperations
- Throws:
TpCommonExceptions
P_PAM_INVALID_CREDENTIAL
removeAgentTypeAttributes
public void removeAgentTypeAttributes(java.lang.String typeName,
java.lang.String[] attributeNames,
byte[] authToken)
throws TpCommonExceptions,
P_PAM_UNKNOWN_TYPE,
P_PAM_INVALID_CREDENTIAL,
P_PAM_UNKNOWN_ATTRIBUTE
- Specified by:
removeAgentTypeAttributes in interface IpPAMAgentTypeManagementOperations
- Throws:
TpCommonExceptions
P_PAM_UNKNOWN_TYPE
P_PAM_INVALID_CREDENTIAL
P_PAM_UNKNOWN_ATTRIBUTE
Copyright © 2008. All Rights Reserved.