org.guvnor.tools.utils
Class PlatformUtils.AuthPromptResults
java.lang.Object
org.guvnor.tools.utils.PlatformUtils.AuthPromptResults
- Enclosing class:
- PlatformUtils
public class PlatformUtils.AuthPromptResults
- extends Object
The results from a log in dialog prompt.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlatformUtils.AuthPromptResults
public PlatformUtils.AuthPromptResults(Map<String,String> info,
boolean saved)
getAuthInfo
public Map<String,String> getAuthInfo()
wasSaved
public boolean wasSaved()
Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.