Uses of Interface
dev.relism.flash.ext.security.Principal
-
Uses of Principal in dev.relism.flash.ext.security
Methods in dev.relism.flash.ext.security with type parameters of type PrincipalModifier and TypeMethodDescription<P extends Principal>
PThe principal astype, ornullwhen another mechanism authenticated the caller.Methods in dev.relism.flash.ext.security that return PrincipalModifier and TypeMethodDescriptionAuthenticationMechanism.authenticate(dev.relism.flash.models.Request req) The caller, ornullwhen the request carries no credential of this kind.SecurityIdentity.principal()Session.principal()Returns the value of theprincipalrecord component.Methods in dev.relism.flash.ext.security with parameters of type PrincipalModifier and TypeMethodDescriptionvoidSecurityExtension.signIn(dev.relism.flash.models.Request req, dev.relism.flash.models.Response res, Principal principal) Starts a session forprincipallasting the configured timeout.voidSecurityExtension.signIn(dev.relism.flash.models.Request req, dev.relism.flash.models.Response res, Principal principal, Instant expiresAt) Method parameters in dev.relism.flash.ext.security with type arguments of type PrincipalModifier and TypeMethodDescriptionSecurityExtension.refresher(Class<? extends Principal> type, SessionRefresher refresher) Constructors in dev.relism.flash.ext.security with parameters of type Principal