1 package org.openmdx.security.realm1.cci; 14 15 public interface Credential 16 extends org.openmdx.base.accessor.jmi.cci.RefObject_1_0 17 { 18 26 public boolean isLocked( 27 ); 28 29 37 public void setLocked( 38 boolean newValue 39 ); 40 41 45 public org.openmdx.security.realm1.cci.ValidationResult request( 46 org.openmdx.base.cci.Void params 47 ) throws javax.jmi.reflect.RefException ; 48 49 51 public org.openmdx.security.realm1.cci.ValidationResult request( 52 ) throws javax.jmi.reflect.RefException ; 53 54 62 public org.openmdx.security.realm1.cci.Subject getSubject( 63 ); 64 65 73 public void setSubject( 74 org.openmdx.security.realm1.cci.Subject newValue 75 ); 76 77 81 public org.openmdx.security.realm1.cci.ValidationResult validate( 82 org.openmdx.security.realm1.cci.CredentialValidateParams params 83 ) throws javax.jmi.reflect.RefException ; 84 85 87 public org.openmdx.security.realm1.cci.ValidationResult validate( 88 byte[] state 89 , byte[] value 90 ) throws javax.jmi.reflect.RefException ; 91 92 } 96 | Popular Tags |