
de.tsl2.nano.serviceaccess.DefaultService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tsl2.nano.serviceaccess Show documentation
Show all versions of tsl2.nano.serviceaccess Show documentation
TSL2 JEE Service Access (Generic Services for Entity Access, JEE File-System-Connector, Generic Featuring, Job-Scheduling, BeanContainer, Batch, Comfortable Bean Query Definitions, JAAS, Authentification, Authorization, )
The newest version!
/*
* Copyright © 2002-2008 Thomas Schneider
* Alle Rechte vorbehalten.
* Weiterverbreitung, Benutzung, Vervielfältigung oder Offenlegung,
* auch auszugsweise, nur mit Genehmigung.
*
*/
package de.tsl2.nano.serviceaccess;
import javax.security.auth.Subject;
/**
* @author TS implementing the evaluation of the current subject.
*/
public class DefaultService extends AbstractService {
/**
* {@inheritDoc}
*/
@Override
protected Subject getSubject() {
return ServiceFactory.instance().getSubject();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy