com.hyper9.simdk.stubs.mao
Class AuthorizationManager

java.lang.Object
  extended by com.hyper9.simdk.stubs.mao.ManagedObjectReference
      extended by com.hyper9.simdk.stubs.mao.ManagedObject
          extended by com.hyper9.simdk.stubs.mao.AuthorizationManager
All Implemented Interfaces:
Serializable

public class AuthorizationManager
extends ManagedObject

Author:
akutz
See Also:
Serialized Form

Constructor Summary
AuthorizationManager()
           
 
Method Summary
 AuthorizationDescription getDescription()
           
 List<AuthorizationPrivilege> getPrivilegeList()
           
 List<AuthorizationRole> getRoleList()
           
 void setDescription(AuthorizationDescription toSet)
           
 void setPrivilegeList(List<AuthorizationPrivilege> toSet)
           
 void setRoleList(List<AuthorizationRole> toSet)
           
 
Methods inherited from class com.hyper9.simdk.stubs.mao.ManagedObjectReference
equals, get_Value, getJpaId, getServerGuid, getSessionKey, getType, set_Value, setJpaId, setServerGuid, setSessionKey, setType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthorizationManager

public AuthorizationManager()
Method Detail

getDescription

public AuthorizationDescription getDescription()

setDescription

public void setDescription(AuthorizationDescription toSet)

getPrivilegeList

public List<AuthorizationPrivilege> getPrivilegeList()

setPrivilegeList

public void setPrivilegeList(List<AuthorizationPrivilege> toSet)

getRoleList

public List<AuthorizationRole> getRoleList()

setRoleList

public void setRoleList(List<AuthorizationRole> toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.