org.openmdx.security.authentication1.jpa3.Password$Slice Maven / Gradle / Ivy
package org.openmdx.security.authentication1.jpa3;
/**
* Password$Slice
object hold the Password
's multivalued attributes
*/
@SuppressWarnings("serial")
public class Password$Slice extends org.openmdx.security.authentication1.jpa3.Credential$Slice {
/**
* Constructor
*/
public Password$Slice(
){
// Implements Serializable
}
/**
* Constructor
*/
protected Password$Slice(
Password object,
int index
){
super(object, index);
}
}