com.cybelia.sandra.security
Class NotifierSecurityHelper

java.lang.Object
  extended by com.cybelia.sandra.security.NotifierSecurityHelper

public class NotifierSecurityHelper
extends Object

Author:
sletellier

Field Summary
static String PROFIL_ADMIN
           
 
Constructor Summary
NotifierSecurityHelper()
           
 
Method Summary
static String getAdminProfilClass(Class classProfil)
           
static String getAdminProfilName(String topiaIdProfil)
           
static String getAdminProfilRecipient(String recipient)
           
static String getAdminProfilValue(String name)
           
static String[] getAuthorizations(org.nuiton.topia.taas.entities.TaasUser user)
           
static String getTopiaIdRecipient(String recipient)
           
static boolean isAdmin(org.nuiton.topia.taas.entities.TaasUser user)
           
static boolean isAdminProfil(String topiaIdProfil)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROFIL_ADMIN

public static String PROFIL_ADMIN
Constructor Detail

NotifierSecurityHelper

public NotifierSecurityHelper()
Method Detail

isAdminProfil

public static boolean isAdminProfil(String topiaIdProfil)
                             throws org.nuiton.topia.TopiaNotFoundException
Throws:
org.nuiton.topia.TopiaNotFoundException

getAuthorizations

public static String[] getAuthorizations(org.nuiton.topia.taas.entities.TaasUser user)
                                  throws org.nuiton.topia.TopiaException
Throws:
org.nuiton.topia.TopiaException

isAdmin

public static boolean isAdmin(org.nuiton.topia.taas.entities.TaasUser user)

getAdminProfilName

public static String getAdminProfilName(String topiaIdProfil)
                                 throws org.nuiton.topia.TopiaNotFoundException
Throws:
org.nuiton.topia.TopiaNotFoundException

getAdminProfilRecipient

public static String getAdminProfilRecipient(String recipient)
                                      throws org.nuiton.topia.TopiaNotFoundException
Throws:
org.nuiton.topia.TopiaNotFoundException

getTopiaIdRecipient

public static String getTopiaIdRecipient(String recipient)
                                  throws org.nuiton.topia.TopiaNotFoundException
Throws:
org.nuiton.topia.TopiaNotFoundException

getAdminProfilClass

public static String getAdminProfilClass(Class classProfil)

getAdminProfilValue

public static String getAdminProfilValue(String name)


Copyright © 2008-2012 Cybelia. All Rights Reserved.