org.opencrx.security.realm1.cci2
Interface Principal

All Superinterfaces:
BasicObject, ContextCapable, ExtentCapable, org.openmdx.security.realm1.cci2.Principal, ViewCapable
All Known Subinterfaces:
Principal

public interface Principal
extends org.openmdx.security.realm1.cci2.Principal

Class Principal


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.openmdx.security.realm1.cci2.Principal
org.openmdx.security.realm1.cci2.Principal.Identity
 
Method Summary
 Date getLastLoginAt()
          Retrieves the possibly null value for the optional attribute lastLoginAt.
 void setLastLoginAt(Date lastLoginAt)
          Sets a new value for the attribute lastLoginAt.
 
Methods inherited from interface org.openmdx.security.realm1.cci2.Principal
getAuthCredential, getCredential, getDescription, getIsMemberOf, getName, getRealm, getSubject, isDisabled, setCredential, setDescription, setDisabled, setSubject
 
Methods inherited from interface org.openmdx.base.cci2.BasicObject
getCreatedAt, getCreatedBy, getModifiedAt, getModifiedBy
 
Methods inherited from interface org.openmdx.base.cci2.ContextCapable
getContext
 
Methods inherited from interface org.openmdx.base.cci2.ExtentCapable
getIdentity
 
Methods inherited from interface org.openmdx.compatibility.view1.cci2.ViewCapable
getView
 

Method Detail

getLastLoginAt

Date getLastLoginAt()
Retrieves the possibly null value for the optional attribute lastLoginAt.

Returns:
The possibly null value for attribute lastLoginAt.

setLastLoginAt

void setLastLoginAt(Date lastLoginAt)
Sets a new value for the attribute lastLoginAt.

Parameters:
lastLoginAt - The possibly null new value for attribute lastLoginAt.


This software is published under the BSD license. Copyright © 2003-2008, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.