Uses of Class
com.vii.brillien.kernel.axiom.sso.Session

Packages that use Session
com.vii.brillien.kernel.axiom.sso   
com.vii.brillien.kernel.axiom.transport   
 

Uses of Session in com.vii.brillien.kernel.axiom.sso
 

Methods in com.vii.brillien.kernel.axiom.sso that return Session
 Session SubjectService.authenticate(String username, String principal)
          Authenticates the user with the given username and principal
static Session Session.createSession(String sessionId)
          Factory method to create Session object by the given sessionId
 

Methods in com.vii.brillien.kernel.axiom.sso with parameters of type Session
 boolean SubjectService.hasAPermission(Session session, List<String> permissions)
          Tells whether the user associated with the given session has a permission from the given collection
 boolean SubjectService.hasARole(Session session, List<String> roleIdentifiers)
          Tells whether the user associated with the given session has a role from the given collection
 boolean SubjectService.hasPermission(Session session, String permission)
          Tells whether the user associated with the given session has the given permission
 boolean SubjectService.hasPermissions(Session session, List<String> permissions)
          Tells whether the user associated with the given session has all the given permissions
 boolean SubjectService.hasRole(Session session, String roleIdentifier)
          Tells whether the user associated with the given session has the given role
 boolean SubjectService.hasRoles(Session session, List<String> roleIdentifiers)
          Tells whether the user associated with the given session has all the given roles
 boolean SubjectService.isAuthenticated(Session session)
          Tells whether the user associated with the given session is authenticated
 void SubjectService.logout(Session session)
          Logs out the user associated with the given session
 

Uses of Session in com.vii.brillien.kernel.axiom.transport
 

Methods in com.vii.brillien.kernel.axiom.transport that return Session
 Session Communication.getSession()
          Gets the session of the given Communication
 

Methods in com.vii.brillien.kernel.axiom.transport with parameters of type Session
 C Mediator.prepareNewCommunication(Session session, C comm, String sender, String senderApiVersion, String flowID, String recipient, String recipientApiVersion, String subject, int type)
          Factory method to initiate a communication
 C Mediator.prepareNewCommunication(Session session, C comm, String sender, String senderApiVersion, String flowID, String recipient, String recipientApiVersion, String subject, int type, Map<String,Object> parameters)
          Factory method to initiate a communication
 C Mediator.prepareNewCommunication(Session session, String recipient, String recipientApiVersion, String subject, int type, Map<String,Object> parameters)
          Factory method to initiate a communication
 C Mediator.prepareNewCommunication(Session session, String sender, String senderApiVersion, String flowID, String recipient, String recipientApiVersion, String subject, int type)
          Factory method to initiate a communication
 C Mediator.prepareNewCommunication(Session session, String sender, String senderApiVersion, String flowID, String recipient, String recipientApiVersion, String subject, int type, Map<String,Object> parameters)
          Factory method to initiate a communication
 void Mediator.sendAGet(Session session, String to, String apiVersion, String message, String redirectMessage)
          Sends a get-like message to the given recipient.
 void Mediator.sendAGet(Session session, String to, String apiVersion, String message, String redirectMessage, Map<String,Object> parameters)
          Sends a get-like message to the given recipient.
 void Mediator.sendDelegatedGet(Session session, String to, String apiVersion, String message, String redirectEntityName, String redirectMessage)
          Sends a get-like message to the given recipient.
 void Mediator.sendDelegatedGet(Session session, String to, String apiVersion, String message, String redirectEntityName, String redirectMessage, Map<String,Object> parameters)
          Sends a get-like message to the given recipient.
 C Mediator.sendGet(Session session, long timeout, String to, String apiVersion, String message)
          Sends a get-like message to the given recipient.
 C Mediator.sendGet(Session session, long timeout, String to, String apiVersion, String message, Map<String,Object> parameters)
          Sends a get-like message to the given recipient.
 C Mediator.sendGet(Session session, String to, String apiVersion, String message)
          Sends a get-like message to the given recipient.
 C Mediator.sendGet(Session session, String to, String apiVersion, String message, Map<String,Object> parameters)
          Sends a get-like message to the given recipient.
 void Mediator.sendSet(Session session, String to, String apiVersion, String message)
          Sends a set-like message to the given recipient.
 void Mediator.sendSet(Session session, String to, String apiVersion, String message, Map<String,Object> parameters)
          Sends a set-like message to the given recipient.
 void Communication.setSession(Session session)
          Sets the session of the given Communication
 



Copyright © 2012. All Rights Reserved.