org.onebusaway.users.impl.validation
Class SecretSourceImpl

java.lang.Object
  extended by org.onebusaway.users.impl.validation.SecretSourceImpl
All Implemented Interfaces:
SecretSource

public class SecretSourceImpl
extends Object
implements SecretSource


Constructor Summary
SecretSourceImpl()
           
 
Method Summary
 String getSecretForId(String id)
           
 void putSecrets(Map<String,String> secrets)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecretSourceImpl

public SecretSourceImpl()
Method Detail

putSecrets

public void putSecrets(Map<String,String> secrets)

getSecretForId

public String getSecretForId(String id)
Specified by:
getSecretForId in interface SecretSource


Copyright © 2012 OneBusAway. All Rights Reserved.