eu.etaxonomy.cdm.persistence.hibernate.permission
Class CdmPermissionEvaluatorPermitAll

java.lang.Object
  extended by eu.etaxonomy.cdm.persistence.hibernate.permission.CdmPermissionEvaluatorPermitAll
All Implemented Interfaces:
org.springframework.aop.framework.AopInfrastructureBean, org.springframework.security.access.PermissionEvaluator

public class CdmPermissionEvaluatorPermitAll
extends Object
implements org.springframework.security.access.PermissionEvaluator

Version:
1.0
Author:
k.luther

Constructor Summary
CdmPermissionEvaluatorPermitAll()
           
 
Method Summary
 boolean hasPermission(org.springframework.security.core.Authentication authentication, Object targetDomainObject, Object permission)
           
 boolean hasPermission(org.springframework.security.core.Authentication authentication, Serializable targetId, String targetType, Object permission)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CdmPermissionEvaluatorPermitAll

public CdmPermissionEvaluatorPermitAll()
Method Detail

hasPermission

public boolean hasPermission(org.springframework.security.core.Authentication authentication,
                             Object targetDomainObject,
                             Object permission)
Specified by:
hasPermission in interface org.springframework.security.access.PermissionEvaluator

hasPermission

public boolean hasPermission(org.springframework.security.core.Authentication authentication,
                             Serializable targetId,
                             String targetType,
                             Object permission)
Specified by:
hasPermission in interface org.springframework.security.access.PermissionEvaluator


Copyright © 2007-2012 EDIT. All Rights Reserved.