org.csapi.pam.access
Interface IpPAMIdentityPresenceOperations

All Superinterfaces:
IpInterfaceOperations
All Known Subinterfaces:
IpPAMIdentityPresence
All Known Implementing Classes:
_IpPAMIdentityPresenceStub, IpPAMIdentityPresencePOA, IpPAMIdentityPresencePOATie

public interface IpPAMIdentityPresenceOperations
extends IpInterfaceOperations

Generated from IDL interface "IpPAMIdentityPresence"

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

Method Summary
 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)
           
 

Method Detail

setIdentityPresence

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

setIdentityPresenceExpiration

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

getIdentityPresence

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


Copyright © 2009. All Rights Reserved.