org.csapi.pam.provisioning
Class _IpPAMIdentityTypeManagementStub

java.lang.Object
  extended by org.omg.CORBA.portable.ObjectImpl
      extended by org.csapi.pam.provisioning._IpPAMIdentityTypeManagementStub
All Implemented Interfaces:
java.io.Serializable, IpInterface, IpInterfaceOperations, IpPAMIdentityTypeManagement, IpPAMIdentityTypeManagementOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity

public class _IpPAMIdentityTypeManagementStub
extends org.omg.CORBA.portable.ObjectImpl
implements IpPAMIdentityTypeManagement

Generated from IDL interface "IpPAMIdentityTypeManagement"

Author:
JacORB IDL compiler V 2.1, 16-Feb-2004
See Also:
Serialized Form

Field Summary
static java.lang.Class _opsClass
           
 
Constructor Summary
_IpPAMIdentityTypeManagementStub()
           
 
Method Summary
 java.lang.String[] _ids()
           
 void addIdentityTypeAttributes(java.lang.String typeName, java.lang.String[] attributeNames, byte[] authToken)
           
 void createIdentityAttribute(TpPAMAttributeDef pAttribute, byte[] authToken)
           
 void createIdentityType(java.lang.String typeName, java.lang.String[] attributeNames, byte[] authToken)
           
 void deleteIdentityAttribute(java.lang.String attributeName, byte[] authToken)
           
 void deleteIdentityType(java.lang.String typeName, byte[] authToken)
           
 TpPAMAttributeDef getIdentityAttributeDefinition(java.lang.String attributeName, byte[] authToken)
           
 java.lang.String[] listAllIdentityAttributes(byte[] authToken)
           
 java.lang.String[] listIdentityTypeAttributes(java.lang.String typeName, byte[] authToken)
           
 java.lang.String[] listIdentityTypes(byte[] authToken)
           
 void removeIdentityTypeAttributes(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
 
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 

Field Detail

_opsClass

public static final java.lang.Class _opsClass
Constructor Detail

_IpPAMIdentityTypeManagementStub

public _IpPAMIdentityTypeManagementStub()
Method Detail

_ids

public java.lang.String[] _ids()
Specified by:
_ids in class org.omg.CORBA.portable.ObjectImpl

deleteIdentityAttribute

public void deleteIdentityAttribute(java.lang.String attributeName,
                                    byte[] authToken)
                             throws TpCommonExceptions,
                                    P_PAM_INVALID_CREDENTIAL,
                                    P_PAM_UNKNOWN_ATTRIBUTE
Specified by:
deleteIdentityAttribute in interface IpPAMIdentityTypeManagementOperations
Throws:
TpCommonExceptions
P_PAM_INVALID_CREDENTIAL
P_PAM_UNKNOWN_ATTRIBUTE

getIdentityAttributeDefinition

public TpPAMAttributeDef getIdentityAttributeDefinition(java.lang.String attributeName,
                                                        byte[] authToken)
                                                 throws TpCommonExceptions,
                                                        P_PAM_INVALID_CREDENTIAL,
                                                        P_PAM_UNKNOWN_ATTRIBUTE
Specified by:
getIdentityAttributeDefinition in interface IpPAMIdentityTypeManagementOperations
Throws:
TpCommonExceptions
P_PAM_INVALID_CREDENTIAL
P_PAM_UNKNOWN_ATTRIBUTE

removeIdentityTypeAttributes

public void removeIdentityTypeAttributes(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:
removeIdentityTypeAttributes in interface IpPAMIdentityTypeManagementOperations
Throws:
TpCommonExceptions
P_PAM_UNKNOWN_TYPE
P_PAM_INVALID_CREDENTIAL
P_PAM_UNKNOWN_ATTRIBUTE

addIdentityTypeAttributes

public void addIdentityTypeAttributes(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:
addIdentityTypeAttributes in interface IpPAMIdentityTypeManagementOperations
Throws:
TpCommonExceptions
P_PAM_ATTRIBUTE_EXISTS
P_PAM_UNKNOWN_TYPE
P_PAM_INVALID_CREDENTIAL
P_PAM_UNKNOWN_ATTRIBUTE

createIdentityType

public void createIdentityType(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:
createIdentityType in interface IpPAMIdentityTypeManagementOperations
Throws:
TpCommonExceptions
P_PAM_INVALID_CREDENTIAL
P_PAM_UNKNOWN_ATTRIBUTE
P_PAM_TYPE_EXISTS

createIdentityAttribute

public void createIdentityAttribute(TpPAMAttributeDef pAttribute,
                                    byte[] authToken)
                             throws TpCommonExceptions,
                                    P_PAM_ATTRIBUTE_EXISTS,
                                    P_PAM_INVALID_CREDENTIAL
Specified by:
createIdentityAttribute in interface IpPAMIdentityTypeManagementOperations
Throws:
TpCommonExceptions
P_PAM_ATTRIBUTE_EXISTS
P_PAM_INVALID_CREDENTIAL

listIdentityTypes

public java.lang.String[] listIdentityTypes(byte[] authToken)
                                     throws TpCommonExceptions,
                                            P_PAM_INVALID_CREDENTIAL
Specified by:
listIdentityTypes in interface IpPAMIdentityTypeManagementOperations
Throws:
TpCommonExceptions
P_PAM_INVALID_CREDENTIAL

deleteIdentityType

public void deleteIdentityType(java.lang.String typeName,
                               byte[] authToken)
                        throws TpCommonExceptions,
                               P_PAM_UNKNOWN_TYPE,
                               P_PAM_INVALID_CREDENTIAL
Specified by:
deleteIdentityType in interface IpPAMIdentityTypeManagementOperations
Throws:
TpCommonExceptions
P_PAM_UNKNOWN_TYPE
P_PAM_INVALID_CREDENTIAL

listIdentityTypeAttributes

public java.lang.String[] listIdentityTypeAttributes(java.lang.String typeName,
                                                     byte[] authToken)
                                              throws TpCommonExceptions,
                                                     P_PAM_UNKNOWN_TYPE,
                                                     P_PAM_INVALID_CREDENTIAL
Specified by:
listIdentityTypeAttributes in interface IpPAMIdentityTypeManagementOperations
Throws:
TpCommonExceptions
P_PAM_UNKNOWN_TYPE
P_PAM_INVALID_CREDENTIAL

listAllIdentityAttributes

public java.lang.String[] listAllIdentityAttributes(byte[] authToken)
                                             throws TpCommonExceptions,
                                                    P_PAM_INVALID_CREDENTIAL
Specified by:
listAllIdentityAttributes in interface IpPAMIdentityTypeManagementOperations
Throws:
TpCommonExceptions
P_PAM_INVALID_CREDENTIAL


Copyright © 2009. All Rights Reserved.