1 package org.openmdx.security.authentication1.cci; 14 15 public class CredentialResetParamsImpl 16 extends org.openmdx.base.accessor.jmi.spi.RefStruct_1 17 implements CredentialResetParams { 18 19 public CredentialResetParamsImpl( 20 org.openmdx.base.accessor.jmi.cci.RefPackage_1_0 refPackage, 21 java.util.List args 22 ) { 23 super(refPackage, args); 24 } 25 26 public CredentialResetParamsImpl( 27 org.openmdx.base.accessor.jmi.cci.RefPackage_1_0 refPackage, 28 java.lang.Object arg 29 ) { 30 super(refPackage, arg); 31 } 32 33 public String refQualifiedTypeName( 34 ) { 35 return "org:openmdx:security:authentication1:CredentialResetParams"; 36 } 37 38 public java.util.List getResetValue ( 42 ) { 43 return (java.util.List )this.refGetValue("resetValue"); 44 } 45 public boolean containsResetValue ( 46 byte[] value 47 ) { 48 return refContainsValue("org:openmdx:security:authentication1:CredentialResetParams:resetValue", value); 49 } 50 51 public byte[] getResetValue( 52 int index 53 ) { 54 return (byte[])this.refGetValue("org:openmdx:security:authentication1:CredentialResetParams:resetValue", index); 55 } 56 57 public byte[] getValue ( 61 ) { 62 return (byte[])this.refGetValue("value", 0); 63 } 64 } 68 | Popular Tags |