A C D E G I M P R S

A

AbstractBasicAuthenticationFilter - Class in com.atlassian.crowd.plugin.rest.filter
Abstract implementation for a Basic Authentication filter.
AbstractBasicAuthenticationFilter() - Constructor for class com.atlassian.crowd.plugin.rest.filter.AbstractBasicAuthenticationFilter
 
AbstractBasicAuthenticationFilter.Credentials - Class in com.atlassian.crowd.plugin.rest.filter
 
AttributeEntity - Class in com.atlassian.crowd.plugin.rest.entity
Represents a single-valued attribute.
AttributeEntity(String, String, Link) - Constructor for class com.atlassian.crowd.plugin.rest.entity.AttributeEntity
Constructs a new AttributeEntity.
AttributeEntityList - Class in com.atlassian.crowd.plugin.rest.entity
Contains a list of AttributeEntitys.
AttributeEntityList(List<AttributeEntity>, Link) - Constructor for class com.atlassian.crowd.plugin.rest.entity.AttributeEntityList
 

C

com.atlassian.crowd.plugin.rest.entity - package com.atlassian.crowd.plugin.rest.entity
 
com.atlassian.crowd.plugin.rest.filter - package com.atlassian.crowd.plugin.rest.filter
 

D

destroy() - Method in class com.atlassian.crowd.plugin.rest.filter.AbstractBasicAuthenticationFilter
 
destroy() - Method in class com.atlassian.crowd.plugin.rest.filter.RestServiceVersionFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.atlassian.crowd.plugin.rest.filter.RestServiceVersionFilter
 

E

ensureSeraphForwardsRequest(ServletRequest) - Method in class com.atlassian.crowd.plugin.rest.filter.AbstractBasicAuthenticationFilter
Ensures that Seraph simply forwards the request without processing it.
expandInternal(MultiValuedAttributeEntityList) - Method in class com.atlassian.crowd.plugin.rest.entity.MultiValuedAttributeEntityListExpander
 

G

get(int) - Method in class com.atlassian.crowd.plugin.rest.entity.AttributeEntityList
 
get(int) - Method in class com.atlassian.crowd.plugin.rest.entity.MultiValuedAttributeEntityList
 
getAuthenticatedEntity(HttpServletRequest) - Method in class com.atlassian.crowd.plugin.rest.filter.AbstractBasicAuthenticationFilter
Returns the authenticated entity from the request, or null if there is no authenticated entity.
getAuthenticationErrorMessage() - Method in class com.atlassian.crowd.plugin.rest.filter.AbstractBasicAuthenticationFilter
Returns the authentication error message.
getBasicAuthCredentials(HttpServletRequest) - Method in class com.atlassian.crowd.plugin.rest.filter.AbstractBasicAuthenticationFilter
Returns the Basic Auth credentials.
getBasicRealm() - Method in class com.atlassian.crowd.plugin.rest.filter.AbstractBasicAuthenticationFilter
Returns the Basic Realm in the WWW-Authenticate header.
getCallback() - Method in class com.atlassian.crowd.plugin.rest.entity.AttributeEntityList
 
getCallback() - Method in class com.atlassian.crowd.plugin.rest.entity.MultiValuedAttributeEntityList
 
getDisplayName() - Method in class com.atlassian.crowd.plugin.rest.filter.RestServiceVersionFilter
 
getEntityAttributeKey() - Method in class com.atlassian.crowd.plugin.rest.filter.AbstractBasicAuthenticationFilter
Returns the HTTP request attribute key for the entity.
getLink() - Method in class com.atlassian.crowd.plugin.rest.entity.AttributeEntity
 
getLink() - Method in class com.atlassian.crowd.plugin.rest.entity.AttributeEntityList
 
getLink() - Method in class com.atlassian.crowd.plugin.rest.entity.MultiValuedAttributeEntity
 
getLink() - Method in class com.atlassian.crowd.plugin.rest.entity.MultiValuedAttributeEntityList
 
getLink() - Method in class com.atlassian.crowd.plugin.rest.entity.PasswordEntity
 
getName() - Method in class com.atlassian.crowd.plugin.rest.entity.AttributeEntity
 
getName() - Method in class com.atlassian.crowd.plugin.rest.entity.MultiValuedAttributeEntity
 
getName() - Method in class com.atlassian.crowd.plugin.rest.filter.AbstractBasicAuthenticationFilter.Credentials
 
getPassword() - Method in class com.atlassian.crowd.plugin.rest.filter.AbstractBasicAuthenticationFilter.Credentials
 
getValue() - Method in class com.atlassian.crowd.plugin.rest.entity.AttributeEntity
 
getValue() - Method in class com.atlassian.crowd.plugin.rest.entity.MultiValuedAttributeEntity
 
getValue() - Method in class com.atlassian.crowd.plugin.rest.entity.PasswordEntity
 
getValues() - Method in class com.atlassian.crowd.plugin.rest.entity.MultiValuedAttributeEntity
 
getVersion() - Method in class com.atlassian.crowd.plugin.rest.filter.RestServiceVersionFilter
 

I

init(FilterConfig) - Method in class com.atlassian.crowd.plugin.rest.filter.AbstractBasicAuthenticationFilter
 
init(FilterConfig) - Method in class com.atlassian.crowd.plugin.rest.filter.RestServiceVersionFilter
 
isAuthenticated(HttpServletRequest, AbstractBasicAuthenticationFilter.Credentials) - Method in class com.atlassian.crowd.plugin.rest.filter.AbstractBasicAuthenticationFilter
Consider the request as authenticated, if the entity name in it matches the entity name saved in the HttpSession.
isEmpty() - Method in class com.atlassian.crowd.plugin.rest.entity.AttributeEntityList
 
isEmpty() - Method in class com.atlassian.crowd.plugin.rest.entity.MultiValuedAttributeEntityList
 
iterator() - Method in class com.atlassian.crowd.plugin.rest.entity.AttributeEntityList
 
iterator() - Method in class com.atlassian.crowd.plugin.rest.entity.MultiValuedAttributeEntityList
 

M

MultiValuedAttributeEntity - Class in com.atlassian.crowd.plugin.rest.entity
Represents a multi-valued attribute.
MultiValuedAttributeEntity(String, Collection<String>, Link) - Constructor for class com.atlassian.crowd.plugin.rest.entity.MultiValuedAttributeEntity
Constructs a new AttributeEntity.
MultiValuedAttributeEntityList - Class in com.atlassian.crowd.plugin.rest.entity
Contains a list of AttributeEntitys.
MultiValuedAttributeEntityList(List<MultiValuedAttributeEntity>, Link) - Constructor for class com.atlassian.crowd.plugin.rest.entity.MultiValuedAttributeEntityList
 
MultiValuedAttributeEntityListExpander - Class in com.atlassian.crowd.plugin.rest.entity
Expands an MultiValuedAttributeEntityList.
MultiValuedAttributeEntityListExpander() - Constructor for class com.atlassian.crowd.plugin.rest.entity.MultiValuedAttributeEntityListExpander
 

P

PasswordEntity - Class in com.atlassian.crowd.plugin.rest.entity
Represents a password entity.
PasswordEntity(String, Link) - Constructor for class com.atlassian.crowd.plugin.rest.entity.PasswordEntity
Constructs a password entity.

R

respondWithChallenge(HttpServletResponse) - Method in class com.atlassian.crowd.plugin.rest.filter.AbstractBasicAuthenticationFilter
Responds to request with a Basic Authentication challenge.
RestServiceVersionFilter - Class in com.atlassian.crowd.plugin.rest.filter
Filter which adds the REST service version to the response header.
RestServiceVersionFilter(String, String) - Constructor for class com.atlassian.crowd.plugin.rest.filter.RestServiceVersionFilter
 
RestServiceVersionFilter(ApplicationProperties) - Constructor for class com.atlassian.crowd.plugin.rest.filter.RestServiceVersionFilter
 

S

setAuthenticatedEntity(HttpServletRequest, String) - Method in class com.atlassian.crowd.plugin.rest.filter.AbstractBasicAuthenticationFilter
Sets the authenticated entity.
size() - Method in class com.atlassian.crowd.plugin.rest.entity.AttributeEntityList
 
size() - Method in class com.atlassian.crowd.plugin.rest.entity.MultiValuedAttributeEntityList
 

A C D E G I M P R S

Copyright © 2014 Atlassian. All Rights Reserved.