com.ibm.presence.api.authorization
Class AuthorizationServiceData

java.lang.Object
  extended by com.ibm.presence.api.authorization.AuthorizationServiceData
All Implemented Interfaces:
java.io.Serializable

public class AuthorizationServiceData
extends java.lang.Object
implements java.io.Serializable

This is the authorization service data structure to register to the presence server

See Also:
Serialized Form

Field Summary
private  AuthorizationService _service
          The authorization service
private static long serialVersionUID
           
 
Constructor Summary
AuthorizationServiceData(AuthorizationService svc)
          Constructs a new AuthorizationServiceData object
 
Method Summary
 AuthorizationService getAuthorizationService()
          Returns the authorization service object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_service

private AuthorizationService _service
The authorization service


serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

AuthorizationServiceData

public AuthorizationServiceData(AuthorizationService svc)
Constructs a new AuthorizationServiceData object

Parameters:
svc - the service object
Method Detail

getAuthorizationService

public AuthorizationService getAuthorizationService()
Returns the authorization service object

Returns:
the authorization service object


Copyright © 2007 IBM Corp. All Rights Reserved.