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 DeactivatableUser

All Known Subinterfaces:
RealmUser
All Known Implementing Classes:
SAMLPrincipal

public interface DeactivatableUser

A marker interface for users that can be deactivated. When a user is deactivated, attempts at authenticating as the user will fail


Method Summary
 boolean isDeactivated()
           
 void setDeactivated(boolean deactivate)
           

 

Method Detail

isDeactivated

public boolean isDeactivated()

setDeactivated

public void setDeactivated(boolean deactivate)

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.