org.csapi.pam.access
Class IpPAMIdentityPresencePOATie
java.lang.Object
org.omg.PortableServer.Servant
org.csapi.pam.access.IpPAMIdentityPresencePOA
org.csapi.pam.access.IpPAMIdentityPresencePOATie
- All Implemented Interfaces:
- IpInterfaceOperations, IpPAMIdentityPresenceOperations, org.omg.CORBA.portable.InvokeHandler
public class IpPAMIdentityPresencePOATie
- extends IpPAMIdentityPresencePOA
Generated from IDL interface "IpPAMIdentityPresence"
- Author:
- JacORB IDL compiler V 2.1, 16-Feb-2004
|
Method Summary |
org.omg.PortableServer.POA |
_default_POA()
|
IpPAMIdentityPresenceOperations |
_delegate()
|
void |
_delegate(IpPAMIdentityPresenceOperations delegate)
|
IpPAMIdentityPresence |
_this()
|
IpPAMIdentityPresence |
_this(org.omg.CORBA.ORB orb)
|
TpPAMAttribute[] |
getIdentityPresence(java.lang.String identity,
java.lang.String identityType,
java.lang.String[] attributeNames,
byte[] authToken)
|
void |
setIdentityPresence(java.lang.String identity,
java.lang.String identityType,
TpPAMAttribute[] attributes,
byte[] authToken)
|
void |
setIdentityPresenceExpiration(java.lang.String identity,
java.lang.String identityType,
java.lang.String[] attributeNames,
long expiresIn,
byte[] authToken)
|
| 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 |
IpPAMIdentityPresencePOATie
public IpPAMIdentityPresencePOATie(IpPAMIdentityPresenceOperations delegate)
IpPAMIdentityPresencePOATie
public IpPAMIdentityPresencePOATie(IpPAMIdentityPresenceOperations delegate,
org.omg.PortableServer.POA poa)
_this
public IpPAMIdentityPresence _this()
- Overrides:
_this in class IpPAMIdentityPresencePOA
_this
public IpPAMIdentityPresence _this(org.omg.CORBA.ORB orb)
- Overrides:
_this in class IpPAMIdentityPresencePOA
_delegate
public IpPAMIdentityPresenceOperations _delegate()
_delegate
public void _delegate(IpPAMIdentityPresenceOperations delegate)
_default_POA
public org.omg.PortableServer.POA _default_POA()
- Overrides:
_default_POA in class org.omg.PortableServer.Servant
setIdentityPresence
public void setIdentityPresence(java.lang.String identity,
java.lang.String identityType,
TpPAMAttribute[] attributes,
byte[] authToken)
throws TpCommonExceptions,
P_PAM_UNKNOWN_TYPE,
P_PAM_UNKNOWN_IDENTITY,
P_PAM_INVALID_CREDENTIAL,
P_PAM_UNKNOWN_ATTRIBUTE
- Throws:
TpCommonExceptions
P_PAM_UNKNOWN_TYPE
P_PAM_UNKNOWN_IDENTITY
P_PAM_INVALID_CREDENTIAL
P_PAM_UNKNOWN_ATTRIBUTE
getIdentityPresence
public TpPAMAttribute[] getIdentityPresence(java.lang.String identity,
java.lang.String identityType,
java.lang.String[] attributeNames,
byte[] authToken)
throws TpCommonExceptions,
P_PAM_UNKNOWN_TYPE,
P_PAM_UNKNOWN_IDENTITY,
P_PAM_INVALID_CREDENTIAL,
P_PAM_UNKNOWN_ATTRIBUTE
- Throws:
TpCommonExceptions
P_PAM_UNKNOWN_TYPE
P_PAM_UNKNOWN_IDENTITY
P_PAM_INVALID_CREDENTIAL
P_PAM_UNKNOWN_ATTRIBUTE
setIdentityPresenceExpiration
public void setIdentityPresenceExpiration(java.lang.String identity,
java.lang.String identityType,
java.lang.String[] attributeNames,
long expiresIn,
byte[] authToken)
throws TpCommonExceptions,
P_PAM_UNKNOWN_TYPE,
P_PAM_UNKNOWN_IDENTITY,
P_PAM_INVALID_CREDENTIAL,
P_PAM_UNKNOWN_ATTRIBUTE
- Throws:
TpCommonExceptions
P_PAM_UNKNOWN_TYPE
P_PAM_UNKNOWN_IDENTITY
P_PAM_INVALID_CREDENTIAL
P_PAM_UNKNOWN_ATTRIBUTE
Copyright © 2009. All Rights Reserved.