org.openmdx.security.authentication1.spi2.Password Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Interface/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:03 CET 2020
//
// 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
);
}