Skip navigation links

Oracle Containers for J2EE Security Java API Reference
10g Release 3 (10.1.3.1.0)

B32115-01


oracle.security.jazn.realm
Interface RealmUser

All Superinterfaces:
DeactivatableUser, java.security.Principal, RealmPrincipal
All Known Implementing Classes:
SAMLPrincipal

public interface RealmUser
extends RealmPrincipal, DeactivatableUser

A RealmUser is a user associated with a realm.

This is an empty interface for tagging objects being RealmUser objects. It differs from RealmRole that it cannot contain other roles.


Methods inherited from interface oracle.security.jazn.realm.RealmPrincipal
getDescription, getDisplayName, getFullName, getRealm, setDescription

 

Methods inherited from interface java.security.Principal
equals, getName, hashCode, toString

 

Methods inherited from interface oracle.security.jazn.realm.DeactivatableUser
isDeactivated, setDeactivated

 


Skip navigation links

Oracle Containers for J2EE Security Java API Reference
10g Release 3 (10.1.3.1.0)

B32115-01


Copyright © 2004, 2006, Oracle. All rights reserved.