
org.openmdx.security.authentication1.cci2.Password Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////
//
// Name: $Id: AbstractMapper.java,v 1.10 2011/07/08 13:20:51 wfro Exp $
// Generated by: openMDX Java Mapper
// Date: Mon Mar 09 17:05:02 CET 2020
//
// 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
// ----------------------------------------------------------------------------
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy