Uses of Class
org.aktin.broker.auth.Principal
Packages that use Principal
-
Uses of Principal in org.aktin.broker.auth
Methods in org.aktin.broker.auth that return PrincipalModifier and TypeMethodDescriptionAuthCache.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 PrincipalModifier and TypeMethodDescriptionBrokerBackend.accessPrincipal(AuthInfo auth)Add or retrieve the node principal.BrokerImpl.accessPrincipal(AuthInfo auth) -
Uses of Principal in org.aktin.broker.websocket
Methods in org.aktin.broker.websocket that return PrincipalModifier and TypeMethodDescriptionprotected static PrincipalAbstractBroadcastWebsocket.getSessionPrincipal(javax.websocket.Session session)Get authentication info for a given websocket sessionMethods in org.aktin.broker.websocket with parameters of type PrincipalModifier and TypeMethodDescriptionprotected 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)