|
Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services 11g Release 1 (11.1.1) E53425-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.security.jps.callback.PropertyCallback
public class PropertyCallback
OPSS Login Modules instantiate and pass a PropertyCallback to the handle method of a CallbackHandler to retrieve recognized login module options.
| Constructor Summary | |
|---|---|
PropertyCallback() |
|
| Method Summary | |
|---|---|
JpsCallbackType |
getCallbackType()Gets the type of this callback. |
java.util.Map<java.lang.String,?> |
getProperties()Gets the options recognized by a given OPSS Login Module. |
void |
setProperties(java.util.Map<java.lang.String,?> properties)Sets the options recognized by a given OPSS Login Module. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyCallback()
| Method Detail |
|---|
public java.util.Map<java.lang.String,?> getProperties()
public void setProperties(java.util.Map<java.lang.String,?> properties)
properties - login module recognized optionspublic JpsCallbackType getCallbackType()
getCallbackType in interface JpsCallback
|
Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services 11g Release 1 (11.1.1) E53425-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||