org.fusesource.fabric.utils
Class AuthenticationUtils

java.lang.Object
  extended by org.fusesource.fabric.utils.AuthenticationUtils

public class AuthenticationUtils
extends java.lang.Object

Author:
Stan Lewis

Constructor Summary
AuthenticationUtils()
           
 
Method Summary
static java.lang.String retrieveJaasPassword()
           
static java.lang.String retrieveJaasUser()
           
static java.lang.String retrievePassword(javax.security.auth.Subject subject)
           
static java.lang.String retrieveUser(javax.security.auth.Subject subject)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthenticationUtils

public AuthenticationUtils()
Method Detail

retrieveJaasUser

public static java.lang.String retrieveJaasUser()

retrieveJaasPassword

public static java.lang.String retrieveJaasPassword()

retrieveUser

public static java.lang.String retrieveUser(javax.security.auth.Subject subject)

retrievePassword

public static java.lang.String retrievePassword(javax.security.auth.Subject subject)


Copyright © 2015 Red Hat. All Rights Reserved.