org.opencrx.security.realm1.cci2.Principal Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
package org.opencrx.security.realm1.cci2;
/**
* Class {@code Principal}
*/
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.InstanceMapper",
date = "2023-10-28T12:15:36.319820259Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface Principal
extends org.openmdx.security.realm1.cci2.Principal{
// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nNoQuery
// ----------------------------------------------------------------------------
/**
* Retrieves the {@code Collection} of objects referenced by {@code grantedRole}.
* @return The {@code Collection} of referenced objects.
*/
public java.util.List getGrantedRole(
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code lastLoginAt}.
* @return The possibly null value for attribute {@code lastLoginAt}.
*/
public java.util.Date getLastLoginAt(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code lastLoginAt}.
* @param lastLoginAt The possibly null new value for attribute {@code lastLoginAt}.
*/
public void setLastLoginAt(
java.util.Date lastLoginAt
);
// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------
}