Uses of Interface
org.opencrx.security.realm1.jmi1.Principal

Packages that use Principal
org.opencrx.security.realm1.jmi1   
 

Uses of Principal in org.opencrx.security.realm1.jmi1
 

Methods in org.opencrx.security.realm1.jmi1 that return Principal
 Principal PrincipalClass.createPrincipal()
          Creates an instance of class Principal.
 Principal PrincipalClass.createPrincipal(Date lastLoginAt, boolean disabled, String name, org.openmdx.security.realm1.cci2.Subject subject)
          Creates an instance of class Principal based on all required attributes.
 Principal PrincipalClass.extendBasicObject(org.openmdx.base.jmi1.BasicObject _base, Date lastLoginAt, boolean disabled, String name, org.openmdx.security.realm1.cci2.Subject subject)
          Creates an instance of class Principal based on the superclass BasicObject and all required attributes not included in this superclass.
 Principal PrincipalClass.extendContextCapable(org.openmdx.base.jmi1.ContextCapable _base, Date lastLoginAt, boolean disabled, String name, org.openmdx.security.realm1.cci2.Subject subject)
          Creates an instance of class Principal based on the superclass ContextCapable and all required attributes not included in this superclass.
 Principal PrincipalClass.extendExtentCapable(org.openmdx.base.jmi1.ExtentCapable _base, Date lastLoginAt, boolean disabled, String name, org.openmdx.security.realm1.cci2.Subject subject)
          Creates an instance of class Principal based on the superclass ExtentCapable and all required attributes not included in this superclass.
 Principal PrincipalClass.extendPrincipal(org.openmdx.security.realm1.jmi1.Principal _base, Date lastLoginAt)
          Creates an instance of class Principal based on the superclass Principal and all required attributes not included in this superclass.
 Principal PrincipalClass.extendViewCapable(org.openmdx.compatibility.view1.jmi1.ViewCapable _base, Date lastLoginAt, boolean disabled, String name, org.openmdx.security.realm1.cci2.Subject subject)
          Creates an instance of class Principal based on the superclass ViewCapable and all required attributes not included in this superclass.
 Principal PrincipalClass.getPrincipal(Object object)
          Creates an instance of class Principal based on the specified Object instance.
 



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