You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@aurora.apache.org by "Kevin Sweeney (JIRA)" <ji...@apache.org> on 2015/03/10 20:41:38 UTC

[jira] [Updated] (AURORA-1179) Support specifying a custom ShiroCredentialsMatcher

     [ https://issues.apache.org/jira/browse/AURORA-1179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevin Sweeney updated AURORA-1179:
----------------------------------
    Description: 
This enables storing salted, hashed passwords in shiro.ini.

{code}
@CmdLine(name = "shiro_credentials_matcher",
    help = "The shiro credentials matcher to use (will be constructed by Guice).")
private static final Arg<Class<? extends CredentialsMatcher>> SHIRO_CREDENTIALS_MATCHER =
    Arg.<Class<? extends CredentialsMatcher>>create(SimpleCredentialsMatcher.class);
{code}

  was:This enables storing salted, hashed passwords in shiro.ini.


> Support specifying a custom ShiroCredentialsMatcher
> ---------------------------------------------------
>
>                 Key: AURORA-1179
>                 URL: https://issues.apache.org/jira/browse/AURORA-1179
>             Project: Aurora
>          Issue Type: Story
>          Components: Scheduler, Security
>            Reporter: Kevin Sweeney
>            Priority: Minor
>
> This enables storing salted, hashed passwords in shiro.ini.
> {code}
> @CmdLine(name = "shiro_credentials_matcher",
>     help = "The shiro credentials matcher to use (will be constructed by Guice).")
> private static final Arg<Class<? extends CredentialsMatcher>> SHIRO_CREDENTIALS_MATCHER =
>     Arg.<Class<? extends CredentialsMatcher>>create(SimpleCredentialsMatcher.class);
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)