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

org.cassproject.schema.cass.profile.AssertionCodebook Maven / Gradle / Ivy

There is a newer version: 3.1.8
Show newest version
package org.cassproject.schema.cass.profile;

import com.eduworks.schema.ebac.EbacEncryptedSecret;
import org.stjs.javascript.Array;

public class AssertionCodebook {
	public EbacEncryptedSecret agent;
	public EbacEncryptedSecret subject;
	public EbacEncryptedSecret assertionDate;
	public EbacEncryptedSecret expirationDate;
	public EbacEncryptedSecret decayFunction;
	public EbacEncryptedSecret negative;
	public Array evidence;
	public String assertionShortId;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy