[jboss-jira] [JBoss JIRA] (SECURITY-810) Lifetime configuration option for Kerberos LoginModule
Darran Lofthouse (JIRA)
issues at jboss.org
Fri Mar 21 13:52:10 EDT 2014
[ https://issues.jboss.org/browse/SECURITY-810?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Darran Lofthouse resolved SECURITY-810.
---------------------------------------
Resolution: Done
Added the following module option to control the lifetime of the created GSSCredential: -
{code}
/**
* The lifetime in seconds of the {@link GSSCredential}, a negative value will set this to GSSCredential.INDEFINITE_LIFETIME.
*
* Defaults to GSSCredential.DEFAULT_LIFETIME
*/
public static final String CREDENTIAL_LIFETIME = "credentialLifetime";
{code}
> Lifetime configuration option for Kerberos LoginModule
> ------------------------------------------------------
>
> Key: SECURITY-810
> URL: https://issues.jboss.org/browse/SECURITY-810
> Project: PicketBox
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Negotiation
> Reporter: Jesper Pedersen
> Assignee: Darran Lofthouse
> Fix For: Negotiation_2_3_0_CR1
>
>
> Add a configuration option to the Kerberos LoginModule that allows to control the lifetime
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list