Seam Core JSF2 2.3.2.Final-redhat-1

org.jboss.seam.security.permission
Class EntityIdentifierStrategy

java.lang.Object
  extended by org.jboss.seam.security.permission.EntityIdentifierStrategy
All Implemented Interfaces:
Serializable, IdentifierStrategy

public class EntityIdentifierStrategy
extends Object
implements IdentifierStrategy, Serializable

An Identifier strategy for entity-based permission checks

Author:
Shane Bryzak
See Also:
Serialized Form

Constructor Summary
EntityIdentifierStrategy()
           
 
Method Summary
 boolean canIdentify(Class<?> targetClass)
           
 String getIdentifier(Object target)
           
 void init()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityIdentifierStrategy

public EntityIdentifierStrategy()
Method Detail

init

public void init()

canIdentify

public boolean canIdentify(Class<?> targetClass)
Specified by:
canIdentify in interface IdentifierStrategy

getIdentifier

public String getIdentifier(Object target)
Specified by:
getIdentifier in interface IdentifierStrategy

Seam Core JSF2 2.3.2.Final-redhat-1

Copyright © 2013 Seam Framework. All Rights Reserved.