org.openmdx.security.realm1.jmi1.Credential Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////
//
// Generated by org.openmdx.application.mof.mapping.java.InstanceMapper 2.17.7
// Generated at 2020-11-27T16:04:30.768Z
//
// GENERATED - DO NOT CHANGE MANUALLY
//
//////////////////////////////////////////////////////////////////////////////
package org.openmdx.security.realm1.jmi1;
/**
* Abstract class Credential
*/
public interface Credential
extends org.openmdx.security.realm1.cci2.Credential,
org.openmdx.base.accessor.jmi.cci.RefObject_1_0{
// ----------------------------------------------------------------------------
// Instance/Operation
// ----------------------------------------------------------------------------
/**
*/
public org.openmdx.security.realm1.jmi1.ValidationResult request(
org.openmdx.security.realm1.jmi1.CredentialRequestParams in
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference subject
.
* @return The non-null
value for this reference.
*/
public org.openmdx.security.realm1.jmi1.Subject getSubject(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
/**
* Sets a new value for the reference subject
.
* @param subject The new non-null
value for this reference.
*/
public void setSubject(
org.openmdx.security.realm1.cci2.Subject subject
);
// ----------------------------------------------------------------------------
// Instance/Operation
// ----------------------------------------------------------------------------
/**
*/
public org.openmdx.security.realm1.jmi1.ValidationResult validate(
org.openmdx.security.realm1.jmi1.CredentialValidateParams in
);
// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------
}