|
Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services 11g Release 1 (11.1.1) E14650-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AnonymousService
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 | |
|---|---|
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<java.lang.String,java.lang.String> |
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 |
|---|
JpsAnonymousUser getAnonymousUser()
throws AnonymousServiceException
AnonymousServiceException
User getAnonymousIdmUser()
throws AnonymousServiceException
AnonymousServiceException
JpsAnonymousRole getAnonymousRole()
throws AnonymousServiceException
AnonymousServiceExceptionjava.util.Map<java.lang.String,java.lang.String> getProperties()
java.lang.String getAnonymousUserNameProperty()
java.lang.String getAnonymousRoleNameProperty()
boolean getIsSimpleAnonymousProperty()
|
Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services 11g Release 1 (11.1.1) E14650-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||