Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 2 (11.1.2)

E54416-01


oracle.security.jps.callback
Class PropertyCallback

java.lang.Object
  extended by oracle.security.jps.callback.PropertyCallback

All Implemented Interfaces:
javax.security.auth.callback.Callback, JpsCallback
Direct Known Subclasses:
AbstractSAMLTokenCallback

public class PropertyCallback
extends java.lang.Object
implements JpsCallback

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

PropertyCallback

public PropertyCallback()

Method Detail

getProperties

public java.util.Map<java.lang.String,?> getProperties()
Gets the options recognized by a given OPSS Login Module.
Returns:
the login module recognized options

setProperties

public void setProperties(java.util.Map<java.lang.String,?> properties)
Sets the options recognized by a given OPSS Login Module.
Parameters:
properties - login module recognized options

getCallbackType

public JpsCallbackType getCallbackType()
Gets the type of this callback.
Specified by:
getCallbackType in interface JpsCallback
Returns:
JpsCallbackType.JPS_PROPERTY_CALLBACK

Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 2 (11.1.2)

E54416-01


Copyright © 2011, 2015, Oracle and/or its affiliates. All rights reserved.