Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14650-06


oracle.security.jps.callback
Class TenantCallback

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

All Implemented Interfaces:
javax.security.auth.callback.Callback, JpsCallback

public class TenantCallback
extends java.lang.Object
implements JpsCallback

Constructor Summary
TenantCallback()
           

 

Method Summary
 JpsCallbackType getCallbackType()
          Gets the type of this callback.
 java.lang.String getTenantName()
          Gets the name of the tenant.
 void setTenantName(java.lang.String tenantName)
          Sets the name of the tenant.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

TenantCallback

public TenantCallback()

Method Detail

getTenantName

public java.lang.String getTenantName()
Gets the name of the tenant.
Returns:
the name of the tenant

setTenantName

public void setTenantName(java.lang.String tenantName)
Sets the name of the tenant.
Parameters:
tenantName - the name of the tenant

getCallbackType

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

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14650-06


Copyright © 2013 Oracle. All rights reserved.