com.safeidentity.adminservice.impl
Class AdminFactory

java.lang.Object
  extended bycom.safeidentity.adminservice.impl.AdminFactory
All Implemented Interfaces:
AdminFactoryIF

public class AdminFactory
extends java.lang.Object
implements AdminFactoryIF

Title:

Description:

Copyright: Copyright (c) 2003

Company:

Version:
1.0 $Header: /home/srcmaster/cvsroot/SafeIdentity_v1/IAMapi/src/com/safeidentity/adminservice/impl/AdminFactory.java,v 1.2 2004/04/28 08:35:19 ¹ÚÂùÈ£ Exp $
Author:
not attributable

Constructor Summary
AdminFactory()
           
 
Method Summary
 AdminGroupAdmin createAdminGroupAdmin()
           
 AuditAdmin createAuditAdmin()
           
 AuthorizeAdmin createAuthorizeAdmin()
           
 AuthPolicyAdmin createAuthPolicyAdmin()
           
 ConfigAdmin createConfigAdmin(int nPRType)
           
 CustAdmin createCustAdmin()
           
 DeployAdmin createDeployAdmin(ServerConfig config)
           
 EjbAdmin createEjbAdmin()
           
 MaclAdmin createMaclAdmin()
           
 ProvisionResourceAdmin createProvisionResourceAdmin()
           
 RoleAdmin createRoleAdmin()
           
 RpAdmin createRpAdmin()
           
 SelfSvcPolicyAdmin createSelfSvcPolicyAdmin()
           
 UserAdmin createUserAdmin()
           
 UserGroupAdmin createUserGroupAdmin()
           
static AdminFactoryIF getFactory()
           
static AdminFactoryIF getFactory(java.util.Locale locale)
           
 java.util.Locale getLocale()
          ½Ã½ºÅÛ ·ÎÄÉÀÏ Á¤º¸¸¦ ¾ò¾î¿Â´Ù.
 void setLocale(java.util.Locale locale)
          ½Ã½ºÅÛÀÇ ·ÎÄÉÀÏ Á¤º¸¸¦ ¼öÁ¤ÇÑ´Ù.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdminFactory

public AdminFactory()
Method Detail

getFactory

public static AdminFactoryIF getFactory()

getFactory

public static AdminFactoryIF getFactory(java.util.Locale locale)

setLocale

public void setLocale(java.util.Locale locale)
½Ã½ºÅÛÀÇ ·ÎÄÉÀÏ Á¤º¸¸¦ ¼öÁ¤ÇÑ´Ù.

Specified by:
setLocale in interface AdminFactoryIF
Parameters:
locale - »õ·Î¿î ·ÎÄÉÀÏ Á¤º¸

getLocale

public java.util.Locale getLocale()
½Ã½ºÅÛ ·ÎÄÉÀÏ Á¤º¸¸¦ ¾ò¾î¿Â´Ù.

Specified by:
getLocale in interface AdminFactoryIF
Returns:
·ÎÄÉÀÏ Á¤º¸

createAdminGroupAdmin

public AdminGroupAdmin createAdminGroupAdmin()
                                      throws SFEnvParamException
Specified by:
createAdminGroupAdmin in interface AdminFactoryIF
Throws:
SFEnvParamException

createAuthPolicyAdmin

public AuthPolicyAdmin createAuthPolicyAdmin()
                                      throws SFEnvParamException
Specified by:
createAuthPolicyAdmin in interface AdminFactoryIF
Throws:
SFEnvParamException

createAuditAdmin

public AuditAdmin createAuditAdmin()
                            throws SFEnvParamException
Specified by:
createAuditAdmin in interface AdminFactoryIF
Throws:
SFEnvParamException

createAuthorizeAdmin

public AuthorizeAdmin createAuthorizeAdmin()
                                    throws SFEnvParamException
Specified by:
createAuthorizeAdmin in interface AdminFactoryIF
Throws:
SFEnvParamException

createRoleAdmin

public RoleAdmin createRoleAdmin()
                          throws SFEnvParamException
Specified by:
createRoleAdmin in interface AdminFactoryIF
Throws:
SFEnvParamException

createUserAdmin

public UserAdmin createUserAdmin()
                          throws SFEnvParamException
Specified by:
createUserAdmin in interface AdminFactoryIF
Throws:
SFEnvParamException

createRpAdmin

public RpAdmin createRpAdmin()
                      throws SFEnvParamException
Specified by:
createRpAdmin in interface AdminFactoryIF
Throws:
SFEnvParamException

createUserGroupAdmin

public UserGroupAdmin createUserGroupAdmin()
                                    throws SFEnvParamException
Specified by:
createUserGroupAdmin in interface AdminFactoryIF
Throws:
SFEnvParamException

createMaclAdmin

public MaclAdmin createMaclAdmin()
                          throws SFEnvParamException
Specified by:
createMaclAdmin in interface AdminFactoryIF
Throws:
SFEnvParamException

createConfigAdmin

public ConfigAdmin createConfigAdmin(int nPRType)
                              throws SFEnvParamException
Specified by:
createConfigAdmin in interface AdminFactoryIF
Throws:
SFEnvParamException

createDeployAdmin

public DeployAdmin createDeployAdmin(ServerConfig config)
                              throws SFEnvParamException
Specified by:
createDeployAdmin in interface AdminFactoryIF
Throws:
SFEnvParamException

createSelfSvcPolicyAdmin

public SelfSvcPolicyAdmin createSelfSvcPolicyAdmin()
                                            throws SFEnvParamException
Specified by:
createSelfSvcPolicyAdmin in interface AdminFactoryIF
Throws:
SFEnvParamException

createCustAdmin

public CustAdmin createCustAdmin()
                          throws SFEnvParamException
Specified by:
createCustAdmin in interface AdminFactoryIF
Throws:
SFEnvParamException

createEjbAdmin

public EjbAdmin createEjbAdmin()
                        throws SFEnvParamException
Specified by:
createEjbAdmin in interface AdminFactoryIF
Throws:
SFEnvParamException

createProvisionResourceAdmin

public ProvisionResourceAdmin createProvisionResourceAdmin()
                                                    throws SFEnvParamException
Specified by:
createProvisionResourceAdmin in interface AdminFactoryIF
Throws:
SFEnvParamException


Copyright © 2004 SoftForum Corp. All Rights Reserved.