Package org.duracloud.security.vote
Class VoterUtil
- java.lang.Object
-
- org.duracloud.security.vote.VoterUtil
-
public class VoterUtil extends Object
- Author:
- Andrew Woods Date: Mar 14, 2010
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static StringdebugText(String heading, org.springframework.security.core.Authentication auth, Collection<org.springframework.security.access.ConfigAttribute> config, Object resource, int decision)This is small debug utility available to voters in this package.
-
-
-
Method Detail
-
debugText
protected static String debugText(String heading, org.springframework.security.core.Authentication auth, Collection<org.springframework.security.access.ConfigAttribute> config, Object resource, int decision)
This is small debug utility available to voters in this package.
-
-