public class DefaultPrincipalFacade extends Object implements PrincipalFacade
PrincipalFacade
encapsulating the logic to access Principal
information.Constructor and Description |
---|
DefaultPrincipalFacade() |
Modifier and Type | Method and Description |
---|---|
io.vavr.control.Try<Principal> |
tryGetCurrentPrincipal()
Returns a
Try of the current Principal . |
@Nonnull public io.vavr.control.Try<Principal> tryGetCurrentPrincipal()
Try
of the current Principal
.tryGetCurrentPrincipal
in interface PrincipalFacade
Try
of the current Principal
.Copyright © 2021 SAP SE. All rights reserved.