|
SwitchYard: Core 0.6.0.Beta2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.switchyard.security.callback.SwitchYardCallbackHandler
public abstract class SwitchYardCallbackHandler
SwitchYardCallbackHandler.
Constructor Summary | |
---|---|
SwitchYardCallbackHandler()
|
Method Summary | |
---|---|
Set<Credential> |
getCredentials()
Gets the Credentials. |
Map<String,String> |
getProperties()
Gets the Properties. |
String |
getProperty(String name)
Gets a property value with the specified name. |
String |
getProperty(String name,
boolean required)
Gets a property value with the specified name. |
SwitchYardCallbackHandler |
setCredentials(Set<Credential> credentials)
Sets the Credentials. |
SwitchYardCallbackHandler |
setProperties(Map<String,String> properties)
Sets the Properties. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.security.auth.callback.CallbackHandler |
---|
handle |
Constructor Detail |
---|
public SwitchYardCallbackHandler()
Method Detail |
---|
public Map<String,String> getProperties()
public String getProperty(String name)
name
- the specified name
public String getProperty(String name, boolean required)
name
- the specified namerequired
- if the property is required to have been set
public SwitchYardCallbackHandler setProperties(Map<String,String> properties)
properties
- the Properties
public Set<Credential> getCredentials()
public SwitchYardCallbackHandler setCredentials(Set<Credential> credentials)
credentials
- the Credentials
|
SwitchYard: Core 0.6.0.Beta2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |