Class IdmLightApplication


  • public class IdmLightApplication
    extends javax.ws.rs.core.Application
    A JAX-RS application for IdmLight. The REST endpoints delivered by this application are in the form: http://{HOST}:{PORT}/auth/v1/

    For example, the users REST endpoint is: http://{HOST}:{PORT}/auth/v1/users

    This application is responsible for interaction with the backing h2 database store.

    Author:
    liemmn
    See Also:
    DomainHandler, UserHandler, RoleHandler
    • Field Detail

      • MAX_FIELD_LEN

        public static final int MAX_FIELD_LEN
        The maximum field length for identity fields.
        See Also:
        Constant Field Values
    • Constructor Detail

      • IdmLightApplication

        public IdmLightApplication​(IIDMStore iidMStore,
                                   ClaimCache claimCache)
    • Method Detail

      • getSingletons

        public Set<Object> getSingletons()
        Overrides:
        getSingletons in class javax.ws.rs.core.Application