JBoss Java Authentication SPI for Containers 1.0 API 1.0.0.Final

Uses of Interface
javax.security.auth.message.MessageInfo

Packages that use MessageInfo
javax.security.auth.message   
javax.security.auth.message.config   
 

Uses of MessageInfo in javax.security.auth.message
 

Methods in javax.security.auth.message with parameters of type MessageInfo
 void ServerAuth.cleanSubject(MessageInfo messageInfo, Subject subject)
          Remove implementation specific principals and credentials from the subject.
 void ClientAuth.cleanSubject(MessageInfo messageInfo, Subject subject)
          Remove implementation specific principals and credentials from the subject.
 Object MessagePolicy.Target.get(MessageInfo messageInfo)
          Get the Object identified by the Target from the AuthParam.
 void MessagePolicy.Target.put(MessageInfo messageInfo, Object data)
          Put the Object into the AuthParam at the location identified by the target.
 void MessagePolicy.Target.remove(MessageInfo messageInfo)
          Remove the Object identified by the Target from the AuthParam.
 AuthStatus ClientAuth.secureRequest(MessageInfo messageInfo, Subject clientSubject)
          Secure a service request message before sending it to the service.
 AuthStatus ServerAuth.secureResponse(MessageInfo messageInfo, Subject serviceSubject)
          Secure a service request message before sending it to the service.
 AuthStatus ServerAuth.validateRequest(MessageInfo messageInfo, Subject clientSubject, Subject serviceSubject)
          Validate a received service response.
 AuthStatus ClientAuth.validateResponse(MessageInfo messageInfo, Subject clientSubject, Subject serviceSubject)
          Validate a received service response.
 

Uses of MessageInfo in javax.security.auth.message.config
 

Methods in javax.security.auth.message.config with parameters of type MessageInfo
 String AuthConfig.getAuthContextID(MessageInfo messageInfo)
           
 


JBoss Java Authentication SPI for Containers 1.0 API 1.0.0.Final

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.