org.openmdx.security.authentication1.cci2.Password Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////
//
// Generated by org.openmdx.application.mof.mapping.java.InstanceMapper 2.17.7
// Generated at 2020-11-27T16:04:30.396Z
//
// GENERATED - DO NOT CHANGE MANUALLY
//
//////////////////////////////////////////////////////////////////////////////
package org.openmdx.security.authentication1.cci2;
/**
* Class Password
*/
public interface Password
extends org.openmdx.security.authentication1.cci2.Credential{
// ----------------------------------------------------------------------------
// Instance/Operation
// ----------------------------------------------------------------------------
/**
*/
public org.openmdx.base.cci2.Void change(
org.openmdx.security.authentication1.cci2.PasswordChangeParams in
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute password
.
* @return The possibly null value for attribute password
.
*/
public java.lang.String getPassword(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute password
.
* @param password The possibly null new value for attribute password
.
*/
public void setPassword(
java.lang.String password
);
// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------
}