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

no.nav.apiapp.security.SubjectService Maven / Gradle / Ivy

package no.nav.apiapp.security;

import no.nav.apiapp.util.SubjectUtils;
import no.nav.brukerdialog.security.domain.IdentType;

import java.util.Optional;

// Denne kan brukes som en dependency for å gjøre det lettere å teste
public class SubjectService {

    public Optional getIdentType() {
        return SubjectUtils.getIdentType();
    }

    public Optional getUserId() {
        return SubjectUtils.getUserId();
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy