org.openmdx.security.authentication1.spi2.Password Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Interface/Begin
// ----------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////
//
// Generated by org.openmdx.application.mof.mapping.java.InterfaceMapper 2.17.7
// Generated at 2020-11-27T16:04:30.940Z
//
// GENERATED - DO NOT CHANGE MANUALLY
//
//////////////////////////////////////////////////////////////////////////////
package org.openmdx.security.authentication1.spi2;
/**
* Service Provider Interface Password
*/
public interface Password extends org.openmdx.security.authentication1.cci2.Password {
// ----------------------------------------------------------------------------
// Interface/End.vm
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
// Interface/PrivateFeature
// ----------------------------------------------------------------------------
/**
* Retrieves the valuefor the attribute password
.
* @return The value for attribute password
.
*/
java.lang.String getPassword(
);
/**
* Sets the valuefor the attribute password
.
* @param password The new value for attribute password
*/
void setPassword(
java.lang.String password
);
}