Serialized Form


Package org.n52.security.authentication

Class org.n52.security.authentication.AccountExpiredException extends AuthenticationException implements Serializable

serialVersionUID: -4056596346020697866L

Class org.n52.security.authentication.AccountLockedException extends AuthenticationException implements Serializable

serialVersionUID: -8876716918006833812L

Class org.n52.security.authentication.AuthenticationException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 167067505580523329L

Class org.n52.security.authentication.AuthenticationFailedException extends AuthenticationException implements Serializable

serialVersionUID: -808422721724063042L

Class org.n52.security.authentication.AuthenticationServiceNotAvailableException extends AuthenticationException implements Serializable

serialVersionUID: 5193567569458278649L

Class org.n52.security.authentication.CredentialsExpiredException extends AuthenticationException implements Serializable

serialVersionUID: -1916968056818476900L

Class org.n52.security.authentication.LogoutFailedException extends AuthenticationException implements Serializable

serialVersionUID: -3937801984984234943L

Class org.n52.security.authentication.SessionIDCredential extends java.lang.Object implements Serializable

serialVersionUID: 5164893507321998382L

Serialized Fields

m_sessionId

java.lang.String m_sessionId

Class org.n52.security.authentication.UsernamePasswordCredential extends java.lang.Object implements Serializable

serialVersionUID: 576673930154464333L

Serialized Fields

m_username

java.lang.String m_username

m_password

char[] m_password

Package org.n52.security.authentication.loginmodule

Class org.n52.security.authentication.loginmodule.AbstractLoginModule extends java.lang.Object implements Serializable

serialVersionUID: 9133908238663307934L

Serialized Fields

m_subject

javax.security.auth.Subject m_subject
Field m_subject holds the Subject.

See Also:
AbstractLoginModule.getSubject()

m_sharedState

SharedState m_sharedState
Field m_sharedState holds the shared state.

See Also:
AbstractLoginModule.getSharedState()

m_options

Options m_options
Field m_options holds the options of the login module.

See Also:
AbstractLoginModule.getOptions()

m_principals

java.util.Set m_principals
Field m_principals contains the principals, which shall or were applied to the subject.


m_publicCredentials

java.util.Set m_publicCredentials
Field m_publicCredentials contains the public credentials, which are created by this login module and shall or were applied to the subject.


m_privateCredentials

java.util.Set m_privateCredentials
Field m_privateCredentials contains the private credentials, which are created by this login module and shall or were applied to the subject.


m_loginSucceeded

boolean m_loginSucceeded
Field m_loginSucceeded is a flag wich indicates a successfull execution of the login method.


m_commitSucceeded

boolean m_commitSucceeded
Field m_commitSucceeded is a flat wich indicates a successfull execution of the commit method.

Class org.n52.security.authentication.loginmodule.AbstractPasswordLoginModule extends AbstractLoginModule implements Serializable

serialVersionUID: -3891187066544947907L

Serialized Fields

m_username

java.lang.String m_username
Field m_username holds the username gained from a callback handler or the sharedState.


m_password

char[] m_password
Field m_password holds the password gained from a callback handler or the sharedState.

Class org.n52.security.authentication.loginmodule.Options extends java.lang.Object implements Serializable

serialVersionUID: 2451329698634194233L

Serialized Fields

m_options

java.util.Map m_options
Field m_options thats the wrapped module options.

Class org.n52.security.authentication.loginmodule.SAMLTicketLoginModule extends AbstractLoginModule implements Serializable

serialVersionUID: 2631946285948582729L

Serialized Fields

m_validationKeyPair

KeyPair m_validationKeyPair

m_samlCredential

SAMLCredential m_samlCredential

m_expiredTimeOffset

long m_expiredTimeOffset

m_ticketFromPublicCredentials

boolean m_ticketFromPublicCredentials

m_samlRoleAttributeName

java.lang.String m_samlRoleAttributeName

Class org.n52.security.authentication.loginmodule.SharedState extends java.lang.Object implements Serializable

serialVersionUID: 4995300418444498284L

Serialized Fields

m_state

java.util.Map m_state
Field m_state thats the wrapped shared state map.

Class org.n52.security.authentication.loginmodule.SingleUserLoginModule extends AbstractPasswordLoginModule implements Serializable

serialVersionUID: -97291032500611905L

Serialized Fields

m_allowedUserName

java.lang.String m_allowedUserName
Field m_allowedUserName holds the allowed username.


m_allowedPassword

char[] m_allowedPassword
Field m_allowedPassword holds the allowed password.


m_passwordEncryptionAlg

java.lang.String m_passwordEncryptionAlg
Field m_passwordEncryptionAlg holds the password encryption algorithm.


m_userRoles

java.lang.String[] m_userRoles
Field m_userRoles holds a list of role names.


m_plainPW

boolean m_plainPW
Field m_plainPW indicats that the password is not encrypted.


Package org.n52.security.authentication.principals

Class org.n52.security.authentication.principals.AttributePrincipal extends NamePrincipal implements Serializable

serialVersionUID: -7096929626934197914L

Serialized Fields

m_attribute

Attribute m_attribute

Class org.n52.security.authentication.principals.LoginNamePrincipal extends NamePrincipal implements Serializable

serialVersionUID: -6037666120974011557L

Class org.n52.security.authentication.principals.NamedScope extends java.lang.Object implements Serializable

serialVersionUID: 115044619144833705L

Serialized Fields

m_name

java.lang.String m_name
Field m_name contains the name, wich describes the name of this scope.


m_scope

Scope m_scope
Field m_scope contains the parent scope.

Class org.n52.security.authentication.principals.NamePrincipal extends java.lang.Object implements Serializable

serialVersionUID: 4569056343464389737L

Serialized Fields

m_name

java.lang.String m_name
Field m_name carries the name.


m_scope

Scope m_scope
Field m_scope holds the scope of this name principal.

Class org.n52.security.authentication.principals.RolePrincipal extends NamePrincipal implements Serializable

serialVersionUID: -1423592217263898411L

Class org.n52.security.authentication.principals.URIScope extends java.lang.Object implements Serializable

serialVersionUID: 3422031289395162664L

Serialized Fields

m_uri

java.net.URI m_uri
Field m_uri contains the uri, wich describes the name of this scope.


m_scope

Scope m_scope
Field m_scope contains the parent scope.

Class org.n52.security.authentication.principals.UsernameIDPrincipal extends NamePrincipal implements Serializable

serialVersionUID: 4394000472207030807L


Package org.n52.security.common.attributes

Class org.n52.security.common.attributes.AnyObjectAttributeValue extends AttributeValueAdapter implements Serializable

serialVersionUID: -6142093848318605939L

Serialized Fields

m_typeName

java.lang.String m_typeName
Holds a custom type name if given in the constructor, otherwise the classname of the wrapped object.

Class org.n52.security.common.attributes.Attribute extends java.lang.Object implements Serializable

serialVersionUID: 481658090077657175L

Serialized Fields

m_key

java.lang.String m_key
Field m_key holds the key or name of the attribute.


m_value

AttributeValue m_value
Field m_value holds thee value of this attribute.

See Also:
org.n52.security.common.attributes.AttributeValue}

Class org.n52.security.common.attributes.Attributes extends java.lang.Object implements Serializable

serialVersionUID: -6724866345688113007L

Serialized Fields

m_attributes

java.util.Map m_attributes
Stores attributes.

Class org.n52.security.common.attributes.AttributeValueAdapter extends java.lang.Object implements Serializable

serialVersionUID: 3478325459333197521L

Serialized Fields

m_wrappedObject

java.lang.Object m_wrappedObject
The concrete value.

Class org.n52.security.common.attributes.BooleanAttributeValue extends AttributeValueAdapter implements Serializable

serialVersionUID: 4735885135171208562L

Class org.n52.security.common.attributes.DoubleAttributeValue extends AttributeValueAdapter implements Serializable

serialVersionUID: 6193490029090379287L

Class org.n52.security.common.attributes.EmptyAttributeValue extends java.lang.Object implements Serializable

serialVersionUID: -2196019278993823155L

Class org.n52.security.common.attributes.IntegerAttributeValue extends AttributeValueAdapter implements Serializable

serialVersionUID: -3507045408179616564L

Class org.n52.security.common.attributes.StringAttributeValue extends AttributeValueAdapter implements Serializable

serialVersionUID: 150966466107854740L


Package org.n52.security.common.crypto

Class org.n52.security.common.crypto.DefaultKeyPair extends java.lang.Object implements Serializable

serialVersionUID: 1051108545784644231L

Serialized Fields

m_privateKey

java.security.Key m_privateKey

m_certificate

java.security.cert.Certificate m_certificate

m_alias

java.lang.String m_alias

m_privateKeyAlias

java.lang.String m_privateKeyAlias

m_certificateChain

java.security.cert.Certificate[] m_certificateChain

Class org.n52.security.common.crypto.KeyPairResolvingException extends java.lang.RuntimeException implements Serializable

serialVersionUID: -5395387089202828703L


Package org.n52.security.common.xml

Class org.n52.security.common.xml.DOMParserException extends java.lang.RuntimeException implements Serializable

serialVersionUID: -1631565034403704797L

Class org.n52.security.common.xml.DOMSerializerException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 510971018805994728L

Class org.n52.security.common.xml.XMLPathException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 4448329736246897376L


Package org.n52.security.decision

Class org.n52.security.decision.DecisionProcessingException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 6157629448999204481L

Class org.n52.security.decision.Obligation extends java.lang.Object implements Serializable

serialVersionUID: 8242177586880892678L

Serialized Fields

m_fullFillOn

int m_fullFillOn
Field fullFillOn olds the fullfill on state. It must have the value Obligation.FULLFILL_ON_PERMIT or Obligation.FULLFILL_ON_DENY


m_id

java.lang.String m_id
Field id carries the id of this obligation. The id must only be unique whithin the scope of an PDPResponse.


m_attributes

Attributes m_attributes
Field attributes carries a collection of attributes with type Attribute.

Class org.n52.security.decision.PDPRequest extends java.lang.Object implements Serializable

serialVersionUID: 9008207828743099624L

Serialized Fields

m_target

Target m_target
Target element of the request.


m_environment

Attributes m_environment
Environment attributes element of the request.

Class org.n52.security.decision.PDPRequestCollection extends java.lang.Object implements Serializable

serialVersionUID: 7179636614047605915L

Serialized Fields

m_requests

java.util.List m_requests
List of PDPRequest instances.

Class org.n52.security.decision.PDPResponse extends java.lang.Object implements Serializable

serialVersionUID: 5376242511879896322L

Serialized Fields

m_decision

int m_decision
Decision state.


m_request

PDPRequest m_request
Request that belongs to this response.


m_obligations

java.util.List m_obligations
List of Obligation instances.

Class org.n52.security.decision.PDPResponseCollection extends java.lang.Object implements Serializable

serialVersionUID: -984031222845338234L

Serialized Fields

m_responses

java.util.List m_responses
List of PDPResponse instances.

Class org.n52.security.decision.Target extends java.lang.Object implements Serializable

serialVersionUID: 7751333779609996963L

Serialized Fields

m_subject

javax.security.auth.Subject m_subject
Subject information of target.


m_resourceAttributes

Attributes m_resourceAttributes
Attributes of the resource element.


m_actionAttributes

Attributes m_actionAttributes
Attributes of the action element.


Package org.n52.security.precondition

Class org.n52.security.precondition.PreconditionHandlingException extends java.lang.Exception implements Serializable

serialVersionUID: 4885272892502454986L



Copyright © 2004-2009 52north.org. All Rights Reserved.