Seam Core JSF2 2.3.2.Final-redhat-1

org.jboss.seam.security.permission
Interface IdentifierStrategy

All Known Implementing Classes:
ClassIdentifierStrategy, EntityIdentifierStrategy

public interface IdentifierStrategy

Strategy for generating permission target identifiers.

Author:
Shane Bryzak

Method Summary
 boolean canIdentify(Class<?> targetClass)
           
 String getIdentifier(Object target)
           
 

Method Detail

canIdentify

boolean canIdentify(Class<?> targetClass)

getIdentifier

String getIdentifier(Object target)

Seam Core JSF2 2.3.2.Final-redhat-1

Copyright © 2013 Seam Framework. All Rights Reserved.