Uses of Class
org.aktin.broker.auth.Principal
| Package | Description |
|---|---|
| org.aktin.broker.auth | |
| org.aktin.broker.db | |
| org.aktin.broker.websocket |
-
Uses of Principal in org.aktin.broker.auth
Methods in org.aktin.broker.auth that return Principal Modifier and Type Method Description PrincipalAuthCache. getPrincipal(AuthInfo info)Retrieve aPrincipaluser object for a client node. -
Uses of Principal in org.aktin.broker.db
Methods in org.aktin.broker.db that return Principal Modifier and Type Method Description PrincipalBrokerBackend. accessPrincipal(AuthInfo auth)Add or retrieve the node principal.PrincipalBrokerImpl. accessPrincipal(AuthInfo auth) -
Uses of Principal in org.aktin.broker.websocket
Methods in org.aktin.broker.websocket that return Principal Modifier and Type Method Description protected static PrincipalAbstractBroadcastWebsocket. getSessionPrincipal(javax.websocket.Session session)Get authentication info for a given websocket sessionMethods in org.aktin.broker.websocket with parameters of type Principal Modifier and Type Method Description protected abstract voidAbstractBroadcastWebsocket. addSession(javax.websocket.Session session, Principal user)protected voidMyBrokerWebsocket. addSession(javax.websocket.Session session, Principal user)protected voidRequestAdminWebsocket. addSession(javax.websocket.Session session, Principal user)protected abstract booleanAbstractBroadcastWebsocket. isAuthorized(Principal principal)protected booleanMyBrokerWebsocket. isAuthorized(Principal principal)protected booleanRequestAdminWebsocket. isAuthorized(Principal principal)protected abstract voidAbstractBroadcastWebsocket. removeSession(javax.websocket.Session session, Principal user)protected voidMyBrokerWebsocket. removeSession(javax.websocket.Session session, Principal user)protected voidRequestAdminWebsocket. removeSession(javax.websocket.Session session, Principal user)