Uses of Interface
org.jboss.resteasy.security.doseta.KeyRepository

Packages that use KeyRepository
org.jboss.resteasy.security.doseta   
 

Uses of KeyRepository in org.jboss.resteasy.security.doseta
 

Classes in org.jboss.resteasy.security.doseta that implement KeyRepository
 class ConfiguredDosetaKeyRepository
          For use when you want repository created via a context object, i.e., when defined within a WAR file.
 class DosetaKeyRepository
           
 

Fields in org.jboss.resteasy.security.doseta declared as KeyRepository
protected  KeyRepository Verifier.repository
           
protected  KeyRepository Verification.repository
           
 

Methods in org.jboss.resteasy.security.doseta that return KeyRepository
 KeyRepository Verifier.getRepository()
           
 KeyRepository Verification.getRepository()
           
 

Methods in org.jboss.resteasy.security.doseta with parameters of type KeyRepository
 void Verifier.setRepository(KeyRepository repository)
           
 void Verification.setRepository(KeyRepository repository)
           
 

Constructors in org.jboss.resteasy.security.doseta with parameters of type KeyRepository
Verification(KeyRepository repository)
           
 



Copyright © 2012. All Rights Reserved.