All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openmdx.security.authentication1.spi2.Password Maven / Gradle / Ivy

There is a newer version: 2.18.10
Show newest version
// ----------------------------------------------------------------------------
// 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
  );

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy