org.csapi.pam.provisioning
Class IpPAMIdentityTypeManagementPOATie

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by org.csapi.pam.provisioning.IpPAMIdentityTypeManagementPOA
          extended by org.csapi.pam.provisioning.IpPAMIdentityTypeManagementPOATie
All Implemented Interfaces:
IpInterfaceOperations, IpPAMIdentityTypeManagementOperations, org.omg.CORBA.portable.InvokeHandler

public class IpPAMIdentityTypeManagementPOATie
extends IpPAMIdentityTypeManagementPOA

Generated from IDL interface "IpPAMIdentityTypeManagement"

Author:
JacORB IDL compiler V 2.1, 16-Feb-2004

Constructor Summary
IpPAMIdentityTypeManagementPOATie(IpPAMIdentityTypeManagementOperations delegate)
           
IpPAMIdentityTypeManagementPOATie(IpPAMIdentityTypeManagementOperations delegate, org.omg.PortableServer.POA poa)
           
 
Method Summary
 org.omg.PortableServer.POA _default_POA()
           
 IpPAMIdentityTypeManagementOperations _delegate()
           
 void _delegate(IpPAMIdentityTypeManagementOperations delegate)
           
 IpPAMIdentityTypeManagement _this()
           
 IpPAMIdentityTypeManagement _this(org.omg.CORBA.ORB orb)
           
 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.csapi.pam.provisioning.IpPAMIdentityTypeManagementPOA
_all_interfaces, _invoke
 
Methods inherited from class org.omg.PortableServer.Servant
_get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IpPAMIdentityTypeManagementPOATie

public IpPAMIdentityTypeManagementPOATie(IpPAMIdentityTypeManagementOperations delegate)

IpPAMIdentityTypeManagementPOATie

public IpPAMIdentityTypeManagementPOATie(IpPAMIdentityTypeManagementOperations delegate,
                                         org.omg.PortableServer.POA poa)
Method Detail

_this

public IpPAMIdentityTypeManagement _this()
Overrides:
_this in class IpPAMIdentityTypeManagementPOA

_this

public IpPAMIdentityTypeManagement _this(org.omg.CORBA.ORB orb)
Overrides:
_this in class IpPAMIdentityTypeManagementPOA

_delegate

public IpPAMIdentityTypeManagementOperations _delegate()

_delegate

public void _delegate(IpPAMIdentityTypeManagementOperations delegate)

_default_POA

public org.omg.PortableServer.POA _default_POA()
Overrides:
_default_POA in class org.omg.PortableServer.Servant

deleteIdentityAttribute

public void deleteIdentityAttribute(java.lang.String attributeName,
                                    byte[] authToken)
                             throws TpCommonExceptions,
                                    P_PAM_INVALID_CREDENTIAL,
                                    P_PAM_UNKNOWN_ATTRIBUTE
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
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
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
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
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
Throws:
TpCommonExceptions
P_PAM_ATTRIBUTE_EXISTS
P_PAM_INVALID_CREDENTIAL

listIdentityTypes

public java.lang.String[] listIdentityTypes(byte[] authToken)
                                     throws TpCommonExceptions,
                                            P_PAM_INVALID_CREDENTIAL
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
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
Throws:
TpCommonExceptions
P_PAM_UNKNOWN_TYPE
P_PAM_INVALID_CREDENTIAL

listAllIdentityAttributes

public java.lang.String[] listAllIdentityAttributes(byte[] authToken)
                                             throws TpCommonExceptions,
                                                    P_PAM_INVALID_CREDENTIAL
Throws:
TpCommonExceptions
P_PAM_INVALID_CREDENTIAL


Copyright © 2009. All Rights Reserved.