Class EfspSecurityContext
java.lang.Object
edu.suffolk.litlab.efsp.server.utils.EfspSecurityContext
- All Implemented Interfaces:
jakarta.ws.rs.core.SecurityContext
-
Field Summary
Fields inherited from interface jakarta.ws.rs.core.SecurityContext
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH -
Constructor Summary
ConstructorsConstructorDescriptionEfspSecurityContext(Optional<TylerUserFromServer> principal, AtRest serverInfo, String role) -
Method Summary
-
Constructor Details
-
EfspSecurityContext
-
-
Method Details
-
getUserPrincipal
- Specified by:
getUserPrincipalin interfacejakarta.ws.rs.core.SecurityContext
-
getTylerUser
-
getServerId
-
getServerName
-
isUserInRole
- Specified by:
isUserInRolein interfacejakarta.ws.rs.core.SecurityContext
-
isSecure
public boolean isSecure()- Specified by:
isSecurein interfacejakarta.ws.rs.core.SecurityContext
-
getAuthenticationScheme
- Specified by:
getAuthenticationSchemein interfacejakarta.ws.rs.core.SecurityContext
-