Bug 1168863 - logout() method was added to org.jboss.security.AuthenticationManager
Summary: logout() method was added to org.jboss.security.AuthenticationManager
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Documentation
Version: 6.4.0
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: GA
: EAP 6.4.0
Assignee: Russell Dickenson
QA Contact:
URL:
Whiteboard:
Depends On: 1062101 1062104 1160715
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-11-28 09:35 UTC by Josef Cacek
Modified: 2015-04-17 05:57 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2015-04-17 05:57:05 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.