B C G I L O P R S V 

B

BrowserId - Class in org.wicketstuff.browserid
An object representing the response from https://browserid.org
BrowserId() - Constructor for class org.wicketstuff.browserid.BrowserId
 
BrowserId.Status - Enum in org.wicketstuff.browserid
 
BrowserIdPanel - Class in org.wicketstuff.browserid
This is the main panel which loads specific panels depending on whether there is a logged in user or not.
BrowserIdPanel(String) - Constructor for class org.wicketstuff.browserid.BrowserIdPanel
 
BrowserIdPanel(String, GuestPanel.Style) - Constructor for class org.wicketstuff.browserid.BrowserIdPanel
 

C

createSignInButton(String) - Method in class org.wicketstuff.browserid.GuestPanel
 

G

getAudience() - Method in class org.wicketstuff.browserid.BrowserId
 
getBrowserId(Session) - Static method in class org.wicketstuff.browserid.SessionHelper
 
getEmail() - Method in class org.wicketstuff.browserid.BrowserId
 
getGuestPanel(String) - Method in class org.wicketstuff.browserid.BrowserIdPanel
 
getImage(GuestPanel.Style) - Method in class org.wicketstuff.browserid.GuestPanel
 
getIssuer() - Method in class org.wicketstuff.browserid.BrowserId
 
getLoggedInPanel(String) - Method in class org.wicketstuff.browserid.BrowserIdPanel
 
getReason() - Method in class org.wicketstuff.browserid.BrowserId
 
getStatus() - Method in class org.wicketstuff.browserid.BrowserId
 
getValidUntil() - Method in class org.wicketstuff.browserid.BrowserId
 
GuestPanel - Class in org.wicketstuff.browserid
A panel that is used for non-authenticated users
GuestPanel(String, GuestPanel.Style) - Constructor for class org.wicketstuff.browserid.GuestPanel
 
GuestPanel.Style - Enum in org.wicketstuff.browserid
The possible styles of the default "Sign In" image button provided by https://browserid.org

I

isLoggedIn(Session) - Static method in class org.wicketstuff.browserid.SessionHelper
 

L

LoggedInPanel - Class in org.wicketstuff.browserid
 
LoggedInPanel(String) - Constructor for class org.wicketstuff.browserid.LoggedInPanel
 
logIn(Session, BrowserId) - Static method in class org.wicketstuff.browserid.SessionHelper
Stores the authentication data in the current web session
logOut(Session) - Static method in class org.wicketstuff.browserid.SessionHelper
Removes the authentication data from the current web session

O

of(String) - Static method in class org.wicketstuff.browserid.BrowserId
Create BrowserId object from success or failure JSON response
onConfigure() - Method in class org.wicketstuff.browserid.BrowserIdPanel
 
onFailure(AjaxRequestTarget, String) - Method in class org.wicketstuff.browserid.GuestPanel
A callback called when the authentication has failed
onFailure(AjaxRequestTarget, String) - Method in class org.wicketstuff.browserid.VerifyBehavior
 
onLoggedOut(AjaxRequestTarget) - Method in class org.wicketstuff.browserid.LoggedInPanel
 
onSuccess(AjaxRequestTarget) - Method in class org.wicketstuff.browserid.GuestPanel
A callback called when the authentication is successful
onSuccess(AjaxRequestTarget) - Method in class org.wicketstuff.browserid.VerifyBehavior
 
org.wicketstuff.browserid - package org.wicketstuff.browserid
 

P

parse(String) - Static method in enum org.wicketstuff.browserid.BrowserId.Status
 

R

renderBrowserIdJavaScript(IHeaderResponse) - Method in class org.wicketstuff.browserid.GuestPanel
Renders a reference for external browserid.js (loaded from browserid.org).
renderHead(IHeaderResponse) - Method in class org.wicketstuff.browserid.GuestPanel
 
renderHead(Component, IHeaderResponse) - Method in class org.wicketstuff.browserid.VerifyBehavior
 
respond(AjaxRequestTarget) - Method in class org.wicketstuff.browserid.VerifyBehavior
 

S

SessionHelper - Class in org.wicketstuff.browserid
Utility class that stores the BrowserId (authentication data) in the current web session.
SessionHelper() - Constructor for class org.wicketstuff.browserid.SessionHelper
 
setAudience(String) - Method in class org.wicketstuff.browserid.BrowserId
 
setEmail(String) - Method in class org.wicketstuff.browserid.BrowserId
 
setIssuer(String) - Method in class org.wicketstuff.browserid.BrowserId
 
setReason(String) - Method in class org.wicketstuff.browserid.BrowserId
 
setStatus(BrowserId.Status) - Method in class org.wicketstuff.browserid.BrowserId
 
setValidUntil(Date) - Method in class org.wicketstuff.browserid.BrowserId
 

V

valueOf(String) - Static method in enum org.wicketstuff.browserid.BrowserId.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wicketstuff.browserid.GuestPanel.Style
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.wicketstuff.browserid.BrowserId.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wicketstuff.browserid.GuestPanel.Style
Returns an array containing the constants of this enum type, in the order they are declared.
VerifyBehavior - Class in org.wicketstuff.browserid
The behavior that should be attached to the "Sign In" button.
VerifyBehavior() - Constructor for class org.wicketstuff.browserid.VerifyBehavior
 
B C G I L O P R S V 

Copyright © 2012. All Rights Reserved.