Skip navigation links

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

E14650-03


oracle.security.jps.service.anonymous
Interface AnonymousService

All Superinterfaces:
JpsPersistable, ServiceInstance

public interface AnonymousService
extends ServiceInstance

This is the base anonymous service interface that exposes anonymous user, role and subject


Nested Class Summary

 

Nested classes/interfaces inherited from interface oracle.security.jps.service.JpsPersistable
JpsPersistable.Mode

 

Method Summary
 oracle.security.idm.User getAnonymousIdmUser()
          This method returns the Idm user object corresponding to this anonymous user
 JpsAnonymousRole getAnonymousRole()
          Returns the Jps Anonymous role object
 java.lang.String getAnonymousRoleNameProperty()
          Returns the configured anonymous role name If anonymous role name property is not configured, it returns the default value of "anonymous-role"
 JpsAnonymousUser getAnonymousUser()
          Returns the Jps Anonymous user Object
 java.lang.String getAnonymousUserNameProperty()
          Returns the configured anonymous user name.
 boolean getIsSimpleAnonymousProperty()
          Returns the configured isSimpleAnonymousProperty If isSimpleAnonymous property is not configured, it returns the default value of "true"
 java.util.Map getProperties()
          Returns the configured properties for this instance

 

Methods inherited from interface oracle.security.jps.service.ServiceInstance
accept, getName, getServiceProvider

 

Methods inherited from interface oracle.security.jps.service.JpsPersistable
persist, refresh

 

Method Detail

getAnonymousUser

JpsAnonymousUser getAnonymousUser()
                                  throws AnonymousServiceException
Returns the Jps Anonymous user Object
Returns:
The Jps anonymous user
Throws:
AnonymousServiceException

getAnonymousIdmUser

oracle.security.idm.User getAnonymousIdmUser()
                                             throws AnonymousServiceException
This method returns the Idm user object corresponding to this anonymous user
Returns:
The Idm user
Throws:
AnonymousServiceException

getAnonymousRole

JpsAnonymousRole getAnonymousRole()
                                  throws AnonymousServiceException
Returns the Jps Anonymous role object
Returns:
The Jps anonymous role
Throws:
AnonymousServiceException

getProperties

java.util.Map getProperties()
Returns the configured properties for this instance
Returns:
The properties

getAnonymousUserNameProperty

java.lang.String getAnonymousUserNameProperty()
Returns the configured anonymous user name. If anonymous user name property is not configured, it returns the default value of "anonymous".
Returns:
anonymous user name

getAnonymousRoleNameProperty

java.lang.String getAnonymousRoleNameProperty()
Returns the configured anonymous role name If anonymous role name property is not configured, it returns the default value of "anonymous-role"
Returns:
anonymous role name

getIsSimpleAnonymousProperty

boolean getIsSimpleAnonymousProperty()
Returns the configured isSimpleAnonymousProperty If isSimpleAnonymous property is not configured, it returns the default value of "true"
Returns:

Skip navigation links

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

E14650-03


Copyright © 2010, Oracle. All rights reserved.