net.sf.jguard.jee.taglib
Class PrivCredential

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by net.sf.jguard.jee.taglib.JGuardTagCredential
          extended by net.sf.jguard.jee.taglib.PrivCredential
All Implemented Interfaces:
Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.Tag, HttpConstants

public class PrivCredential
extends JGuardTagCredential

display the Private Credential of the Subject.

Author:
Charles Gay
See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.sf.jguard.jee.taglib.JGuardTagCredential
def, id
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
pageContext
 
Fields inherited from interface net.sf.jguard.jee.HttpConstants
AUTH_SCHEME, AUTHENTICATION_CONFIGURATION_LOCATION, AUTHENTICATION_FAILED_URI, AUTHENTICATION_SUCCEED_URI, AUTHORIZATION_CONFIGURATION_LOCATION, DEBUG, DEFAULT_AUTHENTICATION_CONFIGURATION_LOCATION, DEFAULT_AUTHORIZATION_CONFIGURATION_LOCATION, GO_TO_LAST_ACCESS_DENIED_URI_ON_SUCCESS, LOGIN_FIELD, LOGOFF_URI, LOGON_PROCESS_URI, LOGON_URI, PASSWORD_FIELD, REGISTER_PROCESS_URI, REGISTER_URI, WEBAPP_HOME_PATH
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
PrivCredential()
           
 
Method Summary
protected  Set<JGuardCredential> getCredentials(Subject subject)
           
protected  String getTagName()
           
protected  boolean isPrivate()
           
 
Methods inherited from class net.sf.jguard.jee.taglib.JGuardTagCredential
doEndTag, getDefault, getId, setDefault, setId
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, doStartTag, findAncestorWithClass, getParent, getValue, getValues, release, removeValue, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrivCredential

public PrivCredential()
Method Detail

getCredentials

protected Set<JGuardCredential> getCredentials(Subject subject)
Specified by:
getCredentials in class JGuardTagCredential

isPrivate

protected boolean isPrivate()
Specified by:
isPrivate in class JGuardTagCredential

getTagName

protected String getTagName()
Specified by:
getTagName in class JGuardTagCredential


Copyright © 2004-2011. All Rights Reserved.