Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1168863

Summary: logout() method was added to org.jboss.security.AuthenticationManager
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Josef Cacek <jcacek>
Component: DocumentationAssignee: Russell Dickenson <rdickens>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: high Docs Contact:
Priority: unspecified    
Version: 6.4.0CC: dmichael, rdickens, sguilhen
Target Milestone: GAKeywords: Documentation, Triaged
Target Release: EAP 6.4.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
I have drafted the following Release Notes text. Please review and revise this as necessary. --------- A logout method has been added to org.jboss.security.AuthenticationManager interface. Be aware of this if you have implemented a custom org.jboss.security.ServerAuthenticationManager, like the following example. <valve> <class-name>org.jboss.as.web.security.jaspi.WebJASPIAuthenticator</class-name> <param> <param-name>serverAuthenticationManagerClass</param-name> <param-value>com.acme.ServerAuthenticationManager</param-value> </param> </valve> ---------
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-04-17 05:57:05 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1062101, 1062104, 1160715    
Bug Blocks:    

Description Josef Cacek 2014-11-28 09:35:28 UTC
Please add information about changed interface 'org.jboss.security.AuthenticationManager' to 6.4.0 Release notes.

There was added logout() method in 6.4.0.DR11.

Customers may hit this change if they use  for instance a custom ServerAuthenticationModule (part of JBoss implementation of JSR-196 - JASPIC):

<valve>
  <class-name>org.jboss.as.web.security.jaspi.WebJASPIAuthenticator</class-name>
  <param>
    <param-name>serverAuthenticationManagerClass</param-name>
    <param-value>com.acme.ServerAuthenticationManager</param-value>
  </param>
</valve>

Related PicketBox commit:
http://git.app.eng.bos.redhat.com/git/picketbox.git/commit/?h=4.1.0.Final-redhat&id=c3bb93dd350df5c23c25904b878e8dd9445b6e9c

@Stephan: Could you please provide a doc_text for the change? Thank you.