org.jboss.seam.security.permission
Class ClassIdentifierStrategy
java.lang.Object
org.jboss.seam.security.permission.ClassIdentifierStrategy
- All Implemented Interfaces:
- Serializable, IdentifierStrategy
public class ClassIdentifierStrategy
- extends Object
- implements IdentifierStrategy, Serializable
An Identifier strategy for class-based permission checks
- Author:
- Shane Bryzak
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClassIdentifierStrategy
public ClassIdentifierStrategy()
canIdentify
public boolean canIdentify(Class<?> targetClass)
- Specified by:
canIdentify
in interface IdentifierStrategy
getIdentifier
public String getIdentifier(Object target)
- Specified by:
getIdentifier
in interface IdentifierStrategy
Copyright © 2013 Seam Framework. All Rights Reserved.