Package es.caib.seycon.ng.servei
Class PuntEntradaServiceBaseProxy
- java.lang.Object
-
- es.caib.seycon.ng.servei.PuntEntradaServiceBaseProxy
-
- All Implemented Interfaces:
es.caib.seycon.ng.servei.PuntEntradaService
public class PuntEntradaServiceBaseProxy extends Object implements es.caib.seycon.ng.servei.PuntEntradaService
Spring Service base class for
see es.caib.seycon.ng.servei.PuntEntradaServicees.caib.seycon.ng.servei.PuntEntradaService, provides access to all services and entities referenced by this service.
-
-
Constructor Summary
Constructors Constructor Description PuntEntradaServiceBaseProxy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanAdmin(es.caib.seycon.ng.comu.PuntEntrada puntEntrada)booleancanExecute(es.caib.seycon.ng.comu.PuntEntrada puntEntrada)booleancanQuery(es.caib.seycon.ng.comu.PuntEntrada puntEntrada)booleancanView(es.caib.seycon.ng.comu.PuntEntrada puntEntrada)booleancopiaEnlacePuntEntrada(es.caib.seycon.ng.comu.PuntEntrada puntEntradaCopiar, es.caib.seycon.ng.comu.PuntEntrada puntEntradaMenuDesti)booleancopiaPuntEntrada(es.caib.seycon.ng.comu.PuntEntrada puntEntradaCopiar, es.caib.seycon.ng.comu.PuntEntrada puntEntradaMenuDesti)es.caib.seycon.ng.comu.PuntEntradacreate(es.caib.seycon.ng.comu.PuntEntrada puntEntrada)es.caib.seycon.ng.comu.AutoritzacioPuntEntradacreateAutoritzacio(es.caib.seycon.ng.comu.PuntEntrada puntEntrada, es.caib.seycon.ng.comu.AutoritzacioPuntEntrada autoritzacio)es.caib.seycon.ng.comu.ExecucioPuntEntradacreateExecucio(es.caib.seycon.ng.comu.PuntEntrada puntEntrada, es.caib.seycon.ng.comu.ExecucioPuntEntrada execucio)voiddelete(es.caib.seycon.ng.comu.PuntEntrada puntEntrada)voiddeleteAutoritzacio(es.caib.seycon.ng.comu.PuntEntrada puntEntrada, es.caib.seycon.ng.comu.AutoritzacioPuntEntrada autoritzacio)voiddeleteExecucio(es.caib.seycon.ng.comu.PuntEntrada puntEntrada, es.caib.seycon.ng.comu.ExecucioPuntEntrada execucio)booleanesAutoritzat(es.caib.seycon.ng.comu.PuntEntrada puntEntrada, String nivell)booleanesAutoritzat(String codiUsuari, Long idPuntEntrada, String nivell)List<es.caib.seycon.ng.comu.PuntEntrada>findAccessTreeByTextAndJsonQuery(String text, String jsonQuery, Integer start, Integer pageSize)com.soffid.iam.api.AsyncList<es.caib.seycon.ng.comu.PuntEntrada>findAccessTreeByTextAndJsonQueryAsync(String text, String jsonQuery)Collection<es.caib.seycon.ng.comu.PuntEntrada>findChildren(es.caib.seycon.ng.comu.PuntEntrada puntEntrada)Collection<es.caib.seycon.ng.comu.PuntEntrada>findMenuChildren(es.caib.seycon.ng.comu.PuntEntrada puntEntrada)es.caib.seycon.ng.comu.PuntEntradafindPuntEntradaById(long id)Collection<es.caib.seycon.ng.comu.PuntEntrada>findPuntsEntrada(String nomPUE, String codiPUE, String codiAplicacio, String codiRol, String codiGrup, String codiUsuari)es.caib.seycon.ng.comu.PuntEntradafindRoot()Collection<es.caib.seycon.ng.comu.Aplicacio>getAllAplicacions(Boolean aplicacioBuida)Collection<es.caib.seycon.ng.comu.TipusExecucioPuntEntrada>getAllTipusMimeExecucio()Collection<String>getArbreInversPuntEntrada(es.caib.seycon.ng.comu.PuntEntrada puntEntrada)Collection<es.caib.seycon.ng.comu.AutoritzacioPuntEntrada>getAutoritzacionsPUE(es.caib.seycon.ng.comu.PuntEntrada puntEntrada)com.soffid.iam.service.EntryPointServicegetEntryPointService()Gets reference toentryPointService.Collection<es.caib.seycon.ng.comu.ExecucioPuntEntrada>getExecucions(es.caib.seycon.ng.comu.PuntEntrada puntEntrada)protected PrincipalgetPrincipal()Gets the currentprincipalif one has been set, otherwise returnsnull.StringgetScopeForAddress(String address)booleanhasAnyACLPUE(String codiUsuari)booleanmoureMenusPuntEntrada(es.caib.seycon.ng.comu.PuntEntrada puntEntradaMoure, es.caib.seycon.ng.comu.PuntEntrada puntEntradaMenuDesti)booleanreordenaPuntEntrada(es.caib.seycon.ng.comu.PuntEntrada puntEntradaOrdenar, es.caib.seycon.ng.comu.PuntEntrada puntEntradaSeguent)voidsetEntryPointService(com.soffid.iam.service.EntryPointService entryPointService)Sets reference toentryPointService.voidsortChildren(long entryPointId)es.caib.seycon.ng.comu.PuntEntradaupdate(es.caib.seycon.ng.comu.PuntEntrada puntEntrada)es.caib.seycon.ng.comu.ExecucioPuntEntradaupdateExecucio(es.caib.seycon.ng.comu.PuntEntrada puntEntrada, es.caib.seycon.ng.comu.ExecucioPuntEntrada execucio)StringvalidaXMLPUE(es.caib.seycon.ng.comu.PuntEntrada puntEntrada)
-
-
-
Method Detail
-
setEntryPointService
public void setEntryPointService(com.soffid.iam.service.EntryPointService entryPointService)
Sets reference toentryPointService.
-
getEntryPointService
public com.soffid.iam.service.EntryPointService getEntryPointService()
Gets reference toentryPointService.
-
canAdmin
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public boolean canAdmin(es.caib.seycon.ng.comu.PuntEntrada puntEntrada) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
canAdminin interfacees.caib.seycon.ng.servei.PuntEntradaService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
canExecute
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public boolean canExecute(es.caib.seycon.ng.comu.PuntEntrada puntEntrada) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
canExecutein interfacees.caib.seycon.ng.servei.PuntEntradaService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
canQuery
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public boolean canQuery(es.caib.seycon.ng.comu.PuntEntrada puntEntrada) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
canQueryin interfacees.caib.seycon.ng.servei.PuntEntradaService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
canView
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public boolean canView(es.caib.seycon.ng.comu.PuntEntrada puntEntrada) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
canViewin interfacees.caib.seycon.ng.servei.PuntEntradaService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
copiaEnlacePuntEntrada
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public boolean copiaEnlacePuntEntrada(es.caib.seycon.ng.comu.PuntEntrada puntEntradaCopiar, es.caib.seycon.ng.comu.PuntEntrada puntEntradaMenuDesti) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
copiaEnlacePuntEntradain interfacees.caib.seycon.ng.servei.PuntEntradaService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
copiaPuntEntrada
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public boolean copiaPuntEntrada(es.caib.seycon.ng.comu.PuntEntrada puntEntradaCopiar, es.caib.seycon.ng.comu.PuntEntrada puntEntradaMenuDesti) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
copiaPuntEntradain interfacees.caib.seycon.ng.servei.PuntEntradaService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
esAutoritzat
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public boolean esAutoritzat(es.caib.seycon.ng.comu.PuntEntrada puntEntrada, String nivell) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
esAutoritzatin interfacees.caib.seycon.ng.servei.PuntEntradaService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
esAutoritzat
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public boolean esAutoritzat(String codiUsuari, Long idPuntEntrada, String nivell) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
esAutoritzatin interfacees.caib.seycon.ng.servei.PuntEntradaService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
hasAnyACLPUE
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public boolean hasAnyACLPUE(String codiUsuari) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
hasAnyACLPUEin interfacees.caib.seycon.ng.servei.PuntEntradaService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
moureMenusPuntEntrada
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public boolean moureMenusPuntEntrada(es.caib.seycon.ng.comu.PuntEntrada puntEntradaMoure, es.caib.seycon.ng.comu.PuntEntrada puntEntradaMenuDesti) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
moureMenusPuntEntradain interfacees.caib.seycon.ng.servei.PuntEntradaService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
reordenaPuntEntrada
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public boolean reordenaPuntEntrada(es.caib.seycon.ng.comu.PuntEntrada puntEntradaOrdenar, es.caib.seycon.ng.comu.PuntEntrada puntEntradaSeguent) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
reordenaPuntEntradain interfacees.caib.seycon.ng.servei.PuntEntradaService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
findAccessTreeByTextAndJsonQueryAsync
@Transactional(rollbackFor=java.lang.Exception.class) public com.soffid.iam.api.AsyncList<es.caib.seycon.ng.comu.PuntEntrada> findAccessTreeByTextAndJsonQueryAsync(String text, String jsonQuery) throws es.caib.seycon.ng.exception.InternalErrorException
- Specified by:
findAccessTreeByTextAndJsonQueryAsyncin interfacees.caib.seycon.ng.servei.PuntEntradaService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
createAutoritzacio
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public es.caib.seycon.ng.comu.AutoritzacioPuntEntrada createAutoritzacio(es.caib.seycon.ng.comu.PuntEntrada puntEntrada, es.caib.seycon.ng.comu.AutoritzacioPuntEntrada autoritzacio) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
createAutoritzacioin interfacees.caib.seycon.ng.servei.PuntEntradaService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
createExecucio
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public es.caib.seycon.ng.comu.ExecucioPuntEntrada createExecucio(es.caib.seycon.ng.comu.PuntEntrada puntEntrada, es.caib.seycon.ng.comu.ExecucioPuntEntrada execucio) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
createExecucioin interfacees.caib.seycon.ng.servei.PuntEntradaService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
updateExecucio
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public es.caib.seycon.ng.comu.ExecucioPuntEntrada updateExecucio(es.caib.seycon.ng.comu.PuntEntrada puntEntrada, es.caib.seycon.ng.comu.ExecucioPuntEntrada execucio) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
updateExecucioin interfacees.caib.seycon.ng.servei.PuntEntradaService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
create
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public es.caib.seycon.ng.comu.PuntEntrada create(es.caib.seycon.ng.comu.PuntEntrada puntEntrada) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
createin interfacees.caib.seycon.ng.servei.PuntEntradaService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
findPuntEntradaById
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public es.caib.seycon.ng.comu.PuntEntrada findPuntEntradaById(long id) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
findPuntEntradaByIdin interfacees.caib.seycon.ng.servei.PuntEntradaService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
findRoot
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public es.caib.seycon.ng.comu.PuntEntrada findRoot() throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
findRootin interfacees.caib.seycon.ng.servei.PuntEntradaService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
update
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public es.caib.seycon.ng.comu.PuntEntrada update(es.caib.seycon.ng.comu.PuntEntrada puntEntrada) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
updatein interfacees.caib.seycon.ng.servei.PuntEntradaService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
getScopeForAddress
@Transactional(rollbackFor=java.lang.Exception.class) public String getScopeForAddress(String address) throws es.caib.seycon.ng.exception.InternalErrorException
- Specified by:
getScopeForAddressin interfacees.caib.seycon.ng.servei.PuntEntradaService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
validaXMLPUE
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public String validaXMLPUE(es.caib.seycon.ng.comu.PuntEntrada puntEntrada) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
validaXMLPUEin interfacees.caib.seycon.ng.servei.PuntEntradaService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
findChildren
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public Collection<es.caib.seycon.ng.comu.PuntEntrada> findChildren(es.caib.seycon.ng.comu.PuntEntrada puntEntrada) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
findChildrenin interfacees.caib.seycon.ng.servei.PuntEntradaService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
findMenuChildren
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public Collection<es.caib.seycon.ng.comu.PuntEntrada> findMenuChildren(es.caib.seycon.ng.comu.PuntEntrada puntEntrada) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
findMenuChildrenin interfacees.caib.seycon.ng.servei.PuntEntradaService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
findPuntsEntrada
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public Collection<es.caib.seycon.ng.comu.PuntEntrada> findPuntsEntrada(String nomPUE, String codiPUE, String codiAplicacio, String codiRol, String codiGrup, String codiUsuari) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
findPuntsEntradain interfacees.caib.seycon.ng.servei.PuntEntradaService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
getAllAplicacions
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public Collection<es.caib.seycon.ng.comu.Aplicacio> getAllAplicacions(Boolean aplicacioBuida) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
getAllAplicacionsin interfacees.caib.seycon.ng.servei.PuntEntradaService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
getAllTipusMimeExecucio
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public Collection<es.caib.seycon.ng.comu.TipusExecucioPuntEntrada> getAllTipusMimeExecucio() throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
getAllTipusMimeExecucioin interfacees.caib.seycon.ng.servei.PuntEntradaService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
getArbreInversPuntEntrada
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public Collection<String> getArbreInversPuntEntrada(es.caib.seycon.ng.comu.PuntEntrada puntEntrada) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
getArbreInversPuntEntradain interfacees.caib.seycon.ng.servei.PuntEntradaService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
getAutoritzacionsPUE
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public Collection<es.caib.seycon.ng.comu.AutoritzacioPuntEntrada> getAutoritzacionsPUE(es.caib.seycon.ng.comu.PuntEntrada puntEntrada) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
getAutoritzacionsPUEin interfacees.caib.seycon.ng.servei.PuntEntradaService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
getExecucions
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public Collection<es.caib.seycon.ng.comu.ExecucioPuntEntrada> getExecucions(es.caib.seycon.ng.comu.PuntEntrada puntEntrada) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
getExecucionsin interfacees.caib.seycon.ng.servei.PuntEntradaService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
findAccessTreeByTextAndJsonQuery
@Transactional(rollbackFor=java.lang.Exception.class) public List<es.caib.seycon.ng.comu.PuntEntrada> findAccessTreeByTextAndJsonQuery(String text, String jsonQuery, Integer start, Integer pageSize) throws es.caib.seycon.ng.exception.InternalErrorException
- Specified by:
findAccessTreeByTextAndJsonQueryin interfacees.caib.seycon.ng.servei.PuntEntradaService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
delete
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public void delete(es.caib.seycon.ng.comu.PuntEntrada puntEntrada) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
deletein interfacees.caib.seycon.ng.servei.PuntEntradaService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
deleteAutoritzacio
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public void deleteAutoritzacio(es.caib.seycon.ng.comu.PuntEntrada puntEntrada, es.caib.seycon.ng.comu.AutoritzacioPuntEntrada autoritzacio) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
deleteAutoritzacioin interfacees.caib.seycon.ng.servei.PuntEntradaService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
deleteExecucio
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public void deleteExecucio(es.caib.seycon.ng.comu.PuntEntrada puntEntrada, es.caib.seycon.ng.comu.ExecucioPuntEntrada execucio) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
deleteExecucioin interfacees.caib.seycon.ng.servei.PuntEntradaService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
sortChildren
@Transactional(rollbackFor=java.lang.Exception.class) public void sortChildren(long entryPointId) throws es.caib.seycon.ng.exception.InternalErrorException
- Specified by:
sortChildrenin interfacees.caib.seycon.ng.servei.PuntEntradaService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
getPrincipal
protected Principal getPrincipal()
Gets the currentprincipalif one has been set, otherwise returnsnull.- Returns:
- the current principal
-
-