Interface ServerIdentityConfiguration

All Known Implementing Classes:
ServerIdentity.ServerIdentityConfigurationImpl

public interface ServerIdentityConfiguration
Defines minimal common configurations for server identity configuration properties.

Your configuration class must implement it
  • Method Summary

    Modifier and Type
    Method
    Description
    Must return the value of a 'identityName' attribute
    Must return the value of a 'identityRole' attribute
    int
    Must return the value of a 'IdentityServerId' attribute
    int
    Must return the value of a 'IdentitySiteId' attribute
  • Method Details

    • getIdentityName

      String getIdentityName()
      Must return the value of a 'identityName' attribute
      Returns:
      the identity name value
    • getIdentityServerId

      int getIdentityServerId()
      Must return the value of a 'IdentityServerId' attribute
      Returns:
      the identity platform id value
    • getIdentitySiteId

      int getIdentitySiteId()
      Must return the value of a 'IdentitySiteId' attribute
      Returns:
      the identity platform id value
    • getIdentityRole

      String getIdentityRole()
      Must return the value of a 'identityRole' attribute
      Returns:
      the identity role value