class OAuth2TagLib extends java.lang.Object
| Type | Name and description |
|---|---|
java.lang.Object |
connectCreates a link to connect to the given provider. |
java.lang.Object |
ifLoggedInWithRenders the body if the user is authenticated with the given provider. |
java.lang.Object |
ifNotLoggedInWithRenders the body if the user is not authenticated with the given provider. |
static java.lang.Object |
namespace |
SpringSecurityOauth2BaseService |
springSecurityOauth2BaseService |
SpringSecurityService |
springSecurityService |
| Constructor and description |
|---|
OAuth2TagLib() |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#equals(java.lang.Object), java.lang.Object#getClass(), java.lang.Object#hashCode(), java.lang.Object#notify(), java.lang.Object#notifyAll(), java.lang.Object#toString(), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int) |
Creates a link to connect to the given provider.
Renders the body if the user is authenticated with the given provider.
Renders the body if the user is not authenticated with the given provider.