Class AuthenticationProvider

java.lang.Object
org.apache.cayenne.PersistentObject
org.apache.cayenne.BaseDataObject
org.apache.cayenne.CayenneDataObject
All Implemented Interfaces:
IEntity, Auditable, Serializable, org.apache.cayenne.DataObject, org.apache.cayenne.Persistent, org.apache.cayenne.Validating

@CacheGroups("CONFIG") public class AuthenticationProvider extends _AuthenticationProvider implements Auditable
Provides an security Authentication Provider configuration entity.
Since:
3.5.0
See Also:
  • Constructor Details

    • AuthenticationProvider

      public AuthenticationProvider()
  • Method Details

    • getAuthProviderParameter

      public AuthProviderParameter getAuthProviderParameter(String name)
      Return the authentication provider parameter with the given name
      Parameters:
      name - the name (required)
      Returns:
      the matching authentication provider parameter, or null if not found
    • getAuthParametersMap

      public Map<String,String> getAuthParametersMap()
      Return the map of auth provider parameter values.
      Returns:
      the map of auth provider parameter values.
      Since:
      4.2.0