Seam Core JSF2 2.3.2.Final-redhat-1

Uses of Interface
org.jboss.seam.security.management.IdentityStore

Packages that use IdentityStore
org.jboss.seam.security.management Seam Identity Management 
 

Uses of IdentityStore in org.jboss.seam.security.management
 

Classes in org.jboss.seam.security.management that implement IdentityStore
 class JpaIdentityStore
          The default identity store implementation, uses JPA as its persistence mechanism.
 class LdapIdentityStore
          An IdentityStore implementation that integrates with a directory service.
 

Methods in org.jboss.seam.security.management that return IdentityStore
 IdentityStore IdentityManager.getIdentityStore()
           
 IdentityStore IdentityManager.getRoleIdentityStore()
           
 

Methods in org.jboss.seam.security.management with parameters of type IdentityStore
 void IdentityManager.setIdentityStore(IdentityStore identityStore)
           
 void IdentityManager.setRoleIdentityStore(IdentityStore roleIdentityStore)
           
 


Seam Core JSF2 2.3.2.Final-redhat-1

Copyright © 2013 Seam Framework. All Rights Reserved.