|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jasig.portal.channels.CLogin
public class CLogin
Allows a user to login to the portal. Login info is posted to
LoginServlet
. If user enters incorrect username and
password, he/she is instructed to login again with a different
password (the username of the previous attempt is preserved).
Field Summary | |
---|---|
private java.lang.String |
attemptedUserName
|
private boolean |
bAuthenticated
|
private boolean |
bauthenticationAttemptFailed
|
private boolean |
bSecurityError
|
private ISecurityContext |
ic
|
private ChannelRuntimeData |
runtimeData
|
private static java.lang.String |
sslLocation
|
private ChannelStaticData |
staticData
|
private static java.lang.String |
systemCacheId
|
private java.lang.String |
xslUriForKey
|
Constructor Summary | |
---|---|
CLogin()
|
Method Summary | |
---|---|
ChannelCacheKey |
generateKey()
Requests the channel to generate a key uniqly describing it's current state, and a description of key usage. |
ChannelRuntimeProperties |
getRuntimeProperties()
Acquires ChannelRuntimeProperties from the channel. |
boolean |
isCacheValid(java.lang.Object validity)
Requests the channel to verify validity of the retreived cache based on the validator object. |
void |
receiveEvent(PortalEvent ev)
Passes an outside event to a channel. |
void |
renderXML(org.xml.sax.ContentHandler out)
Ask channel to render its content. |
void |
setPortalControlStructures(PortalControlStructures pcs)
Passes portal control structure to the channel. |
void |
setRuntimeData(ChannelRuntimeData rd)
Passes ChannelRuntimeData to the channel. |
void |
setStaticData(ChannelStaticData sd)
Passes ChannelStaticData to the channel. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private ChannelStaticData staticData
private ChannelRuntimeData runtimeData
private java.lang.String attemptedUserName
private static final java.lang.String sslLocation
private boolean bAuthenticated
private boolean bauthenticationAttemptFailed
private boolean bSecurityError
private java.lang.String xslUriForKey
private static final java.lang.String systemCacheId
private ISecurityContext ic
Constructor Detail |
---|
public CLogin()
Method Detail |
---|
public void setPortalControlStructures(PortalControlStructures pcs)
IPrivileged
setPortalControlStructures
in interface IPrivileged
PortalControlStructures
public ChannelRuntimeProperties getRuntimeProperties()
IChannel
getRuntimeProperties
in interface IChannel
ChannelRuntimeProperties
public void receiveEvent(PortalEvent ev)
IChannel
receiveEvent
in interface IChannel
ev
- PortalEvent objectPortalEvent
public void setStaticData(ChannelStaticData sd)
IChannel
setStaticData
in interface IChannel
sd
- channel static dataChannelStaticData
public void setRuntimeData(ChannelRuntimeData rd)
IChannel
setRuntimeData
in interface IChannel
rd
- channel runtime dataChannelRuntimeData
public void renderXML(org.xml.sax.ContentHandler out) throws PortalException
IChannel
renderXML
in interface IChannel
out
- the SAX ContentHandler to output content to
PortalException
public ChannelCacheKey generateKey()
ICacheable
generateKey
in interface ICacheable
public boolean isCacheValid(java.lang.Object validity)
ICacheable
isCacheValid
in interface ICacheable
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |