All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.imsglobal.aspect.LtiKeySecretService Maven / Gradle / Ivy

Go to download

BasicLTI Utilities are a set of utility classes to aid in the development of BasicLTI consumers and providers. They deal with much of the heavy lifting and make the process more opaque to the developer.

The newest version!
package org.imsglobal.aspect;

/**
 * Created by paul on 5/28/14.
 */
public interface LtiKeySecretService {

    public String getSecretForKey(String key);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy