A B C D E F G H I J K L M N P R S T U V 

A

add(String, String, String) - Method in class com.s3auth.rest.IndexRs
Add new domain.
authenticated(User) - Method in class com.s3auth.rest.CommonPage
Set authenticated user.
authorized(String, String) - Method in interface com.s3auth.hosts.Host
Can this user login in with this credentials?
AuthRs - Class in com.s3auth.rest
Authentication mechanism.
AuthRs() - Constructor for class com.s3auth.rest.AuthRs
 

B

BaseRs - Class in com.s3auth.rest
Abstract RESTful resource.
BaseRs() - Constructor for class com.s3auth.rest.BaseRs
 
Bucket - Interface in com.s3auth.hosts
Single Amazon S3 bucket.

C

callback(String) - Method in class com.s3auth.rest.AuthRs
Facebook callback.
clean(Response.ResponseBuilder, URI) - Method in class com.s3auth.rest.FlashCookie
Remove us from the builder.
client() - Method in interface com.s3auth.hosts.Bucket
Get amazon client.
close() - Method in class com.s3auth.hosts.DynamoHosts
color() - Method in class com.s3auth.rest.FlashCookie
Get color of it.
com.s3auth.hosts - package com.s3auth.hosts
Configuration of hosts.
com.s3auth.relay - package com.s3auth.relay
HTTP to S3 relay.
com.s3auth.rest - package com.s3auth.rest
RESTful resources.
com.s3auth.servlets - package com.s3auth.servlets
Servlets.
CommonPage - Class in com.s3auth.rest
Base RESTful page.
CommonPage() - Constructor for class com.s3auth.rest.CommonPage
 
ConstraintsMapper - Class in com.s3auth.rest
Maps constraint violations to JAX-RS responses.
ConstraintsMapper() - Constructor for class com.s3auth.rest.ConstraintsMapper
 
contextDestroyed(ServletContextEvent) - Method in class com.s3auth.servlets.HostsListener
contextInitialized(ServletContextEvent) - Method in class com.s3auth.servlets.HostsListener
COOKIE - Static variable in class com.s3auth.rest.BaseRs
Name of auth cookie.
CryptedUser - Class in com.s3auth.rest
Crypted user.
CryptedUser(User) - Constructor for class com.s3auth.rest.CryptedUser
Public ctor.
CryptedUser.DecryptionException - Exception in com.s3auth.rest
Thrown by CryptedUser.valueOf(String) if we can't decrypt.
CryptedUser.DecryptionException(String) - Constructor for exception com.s3auth.rest.CryptedUser.DecryptionException
Public ctor.
CryptedUser.DecryptionException(Throwable) - Constructor for exception com.s3auth.rest.CryptedUser.DecryptionException
Public ctor.

D

Domain - Interface in com.s3auth.hosts
Configuration of a single domain.
Domain.Valid - Annotation Type in com.s3auth.hosts
 
Domain.Validator - Class in com.s3auth.hosts
Validator of Domain.
Domain.Validator() - Constructor for class com.s3auth.hosts.Domain.Validator
 
domains(User) - Method in class com.s3auth.hosts.DynamoHosts
Get domains of the given user.
domains(User) - Method in interface com.s3auth.hosts.Hosts
Get domains of the given user.
DynamoHosts - Class in com.s3auth.hosts
Collection of hosts, persisted in Amazon DynamoDB.
DynamoHosts() - Constructor for class com.s3auth.hosts.DynamoHosts
Default ctor.
DynamoHosts(Dynamo) - Constructor for class com.s3auth.hosts.DynamoHosts
Default ctor.

E

entrance() - Method in class com.s3auth.rest.AuthRs
Show entrance page.
ErrorRs - Class in com.s3auth.rest
Error-catching resource.
ErrorRs() - Constructor for class com.s3auth.rest.ErrorRs
 

F

fetch(URI) - Method in interface com.s3auth.hosts.Host
Find resource and return its input stream.
find(String) - Method in class com.s3auth.hosts.DynamoHosts
Find one host by domain name.
find(String) - Method in interface com.s3auth.hosts.Hosts
Find one host by domain name.
FlashCookie - Class in com.s3auth.rest
Flash cookie.
FlashCookie(String) - Constructor for class com.s3auth.rest.FlashCookie
Public ctor, from a cookie encoded text.
FlashCookie(String, FlashCookie.Color) - Constructor for class com.s3auth.rest.FlashCookie
Public ctor, from exact values.
FlashCookie.Color - Enum in com.s3auth.rest
Colors available.
forward(URI, String) - Static method in class com.s3auth.rest.FlashCookie
Throw an exception that will forward to the page with an error message.

G

get() - Method in class com.s3auth.rest.ErrorRs
Show errror, on GET.
getIdentity() - Method in class com.s3auth.rest.JaxbUser
Get identity.
getKey() - Method in class com.s3auth.rest.JaxbDomain
Get key.
getLinks() - Method in class com.s3auth.rest.JaxbDomain
Get links.
getName() - Method in class com.s3auth.rest.JaxbDomain
Get name.
getName() - Method in class com.s3auth.rest.JaxbUser
Get name.
getPath() - Method in class com.s3auth.rest.FlashCookie
getPhoto() - Method in class com.s3auth.rest.JaxbUser
Get secret.
getSecret() - Method in class com.s3auth.rest.JaxbDomain
Get secret.

H

Host - Interface in com.s3auth.hosts
One host.
Hosts - Interface in com.s3auth.hosts
Collection of hosts.
hosts() - Method in class com.s3auth.rest.BaseRs
Get hosts.
Hosts.NotFoundException - Exception in com.s3auth.hosts
Thrown by Hosts.find(String) if domain is not found.
Hosts.NotFoundException(String) - Constructor for exception com.s3auth.hosts.Hosts.NotFoundException
Public ctor.
HostsListener - Class in com.s3auth.servlets
Application-wide listener that initializes the application on start and shuts it down on stop.
HostsListener() - Constructor for class com.s3auth.servlets.HostsListener
 

I

identity() - Method in interface com.s3auth.hosts.User
Unique number of it.
identity() - Method in class com.s3auth.rest.CryptedUser
Unique number of it.
index() - Method in class com.s3auth.rest.IndexRs
Get list of all my domains.
IndexRs - Class in com.s3auth.rest
Friends finding service (used by RESTful client or AJAX).
IndexRs() - Constructor for class com.s3auth.rest.IndexRs
 
initialize(Domain.Valid) - Method in class com.s3auth.hosts.Domain.Validator
initialize(User.Valid) - Method in class com.s3auth.hosts.User.Validator
isValid(Domain, ConstraintValidatorContext) - Method in class com.s3auth.hosts.Domain.Validator
isValid(User, ConstraintValidatorContext) - Method in class com.s3auth.hosts.User.Validator

J

JaxbDomain - Class in com.s3auth.rest
JAXB domain.
JaxbDomain() - Constructor for class com.s3auth.rest.JaxbDomain
Public ctor for JAXB.
JaxbDomain(Domain, UriInfo) - Constructor for class com.s3auth.rest.JaxbDomain
Private ctor.
JaxbUser - Class in com.s3auth.rest
JAXB user.
JaxbUser() - Constructor for class com.s3auth.rest.JaxbUser
Public ctor for JAXB.
JaxbUser(User) - Constructor for class com.s3auth.rest.JaxbUser
Private ctor.

K

key() - Method in interface com.s3auth.hosts.Domain
Key.

L

license() - Method in class com.s3auth.rest.MiscRs
Show license.
logout() - Method in class com.s3auth.rest.AuthRs
Log out.

M

Main - Class in com.s3auth.relay
Main entrance to the system.
main(String[]) - Static method in class com.s3auth.relay.Main
Entrance.
message() - Method in class com.s3auth.rest.FlashCookie
Get message.
MiscRs - Class in com.s3auth.rest
Miscellaneous resources.
MiscRs() - Constructor for class com.s3auth.rest.MiscRs
 

N

name() - Method in interface com.s3auth.hosts.Domain
Name of domain.
name() - Method in interface com.s3auth.hosts.User
Full name to display.
name() - Method in class com.s3auth.rest.CryptedUser
Full name to display.
NAME - Static variable in class com.s3auth.rest.FlashCookie
Name of flash cookie.

P

photo() - Method in interface com.s3auth.hosts.User
Photo.
photo() - Method in class com.s3auth.rest.CryptedUser
Photo.
post() - Method in class com.s3auth.rest.ErrorRs
Show errror, on POST.

R

remove(String) - Method in class com.s3auth.rest.IndexRs
Delete existing domain.
render(CommonPage) - Method in class com.s3auth.rest.BaseRs
Render something extra to the page.
render(Response.ResponseBuilder) - Method in class com.s3auth.rest.BaseRs
Render something extra to the builder.
render() - Method in class com.s3auth.rest.CommonPage
Render it.

S

secret() - Method in interface com.s3auth.hosts.Domain
Secret key.
setCookie(String) - Method in class com.s3auth.rest.BaseRs
Set cookie.
setFlash(String) - Method in class com.s3auth.rest.BaseRs
Set flash cookie.
setServletContext(ServletContext) - Method in class com.s3auth.rest.BaseRs
Inject servlet context.

T

toResponse(ConstraintViolationException) - Method in class com.s3auth.rest.ConstraintsMapper
toString() - Method in class com.s3auth.rest.CryptedUser

U

User - Interface in com.s3auth.hosts
Single user.
user() - Method in class com.s3auth.rest.BaseRs
Get current user.
User.Valid - Annotation Type in com.s3auth.hosts
 
User.Validator - Class in com.s3auth.hosts
Validator of User.
User.Validator() - Constructor for class com.s3auth.hosts.User.Validator
 

V

valueOf(String) - Static method in class com.s3auth.rest.CryptedUser
Decrypt.
valueOf(String) - Static method in enum com.s3auth.rest.FlashCookie.Color
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.s3auth.rest.FlashCookie.Color
Returns an array containing the constants of this enum type, in the order they are declared.
version() - Method in class com.s3auth.rest.MiscRs
Show entrance page.
A B C D E F G H I J K L M N P R S T U V 

Copyright © 2012 s3auth.com. All Rights Reserved.