SAP NetWeaver 7.1 Composition Environment
A B C D E F G H I J K L M N O P R S T U V W X _

S

SAP_LOGON_TICKET_HAS_EXPIRED - Static variable in interface com.sap.engine.lib.security.LoginExceptionDetails
 
SAP_LOGON_TICKET_IS_NOT_TRUSTED - Static variable in interface com.sap.engine.lib.security.LoginExceptionDetails
 
SAPSTAR_ACTIVATED - Static variable in interface com.sap.security.api.ISecurityPolicy
 
save() - Method in interface com.sap.security.api.IPrincipalMaint
Call this function to save/update the principal data.
saveLogonData(Map) - Method in interface com.sap.security.api.umap.IUserMappingData
Store logon data for a specific user and backend system.
savePrincipals(IPrincipalMaint[]) - Method in interface com.sap.security.api.IPrincipalFactory
Batch save, the data is not made permanent until commitObjects() is called
scanBytes(String, byte[], long, long) - Method in interface com.sap.security.core.server.vsi.api.Instance
"Scan only" for viruses withing a passed byte array.
scanBytes(String, byte[], long) - Method in interface com.sap.security.core.server.vsi.api.Instance
Scan the length of an array of bytes.
scanBytes(byte[], long) - Method in interface com.sap.security.core.server.vsi.api.Instance
Scan the length of an array of bytes.
scanBytes(byte[]) - Method in interface com.sap.security.core.server.vsi.api.Instance
Scan an array of bytes.
scanBytesEx(boolean, String, byte[], long, long) - Method in interface com.sap.security.core.server.vsi.api.Instance
 
scanBytesEx(boolean, String, byte[], long) - Method in interface com.sap.security.core.server.vsi.api.Instance
 
scanBytesEx(boolean, byte[], long) - Method in interface com.sap.security.core.server.vsi.api.Instance
 
scanBytesEx(boolean, byte[]) - Method in interface com.sap.security.core.server.vsi.api.Instance
 
ScanError - Class in com.sap.security.core.server.vsi.api
Virus scan error object.
ScanError(long, long, String, String, long) - Constructor for class com.sap.security.core.server.vsi.api.ScanError
Constructor of the class ScanError
scanFile(String, long) - Method in interface com.sap.security.core.server.vsi.api.Instance
"Scans only" for viruses.
scanFile(String) - Method in interface com.sap.security.core.server.vsi.api.Instance
"Scans only" for viruses.
scanFileEx(boolean, String, long) - Method in interface com.sap.security.core.server.vsi.api.Instance
 
scanFileEx(boolean, String) - Method in interface com.sap.security.core.server.vsi.api.Instance
 
scanStream(String, InputStream, long, long) - Method in interface com.sap.security.core.server.vsi.api.Instance
"Scan only" for viruses withing a passed input stream.
scanStream(String, InputStream, long) - Method in interface com.sap.security.core.server.vsi.api.Instance
"Scan only" for viruses withing a passed input stream.
scanStream(InputStream, long) - Method in interface com.sap.security.core.server.vsi.api.Instance
"Scan only" for viruses withing a passed input stream.
scanStream(InputStream) - Method in interface com.sap.security.core.server.vsi.api.Instance
"Scan only" for viruses withing a passed input stream.
SCREENREADER_ACCESSIBILITY_LEVEL - Static variable in interface com.sap.security.api.IUser
Constant used for user's screen reader support
search(IUserAccountSearchFilter) - Method in interface com.sap.security.api.IUserAccountFactory
Search for user accounts in the persistence storage which match the criteria specified in the given search filter.
SEARCH_RESULT_INCOMPLETE - Static variable in interface com.sap.security.api.ISearchResult
Constant used to define that the search result is not complete
SEARCH_RESULT_OK - Static variable in interface com.sap.security.api.ISearchResult
Constant used to define that the search was done successfully
SEARCH_RESULT_UNDEFINED - Static variable in interface com.sap.security.api.ISearchResult
Constant used to define that the search result is undefined
searchAcls(String) - Method in interface com.sap.security.api.acl.IAclManager
This method returns a List of ACL object ids (String objects), which fit the search criteria
searchGroups(IGroupSearchFilter) - Method in interface com.sap.security.api.IGroupFactory
Search for groups in the group store which match the criteria specified in the given filter.
SEARCHMETHOD_AND - Static variable in interface com.sap.security.api.IPrincipalSearchFilter
Constant used to define the search operation.
SEARCHMETHOD_OR - Static variable in interface com.sap.security.api.IPrincipalSearchFilter
Constant used to define the search operation.
searchPrincipals(IPrincipalSearchFilter) - Method in interface com.sap.security.api.IPrincipalFactory
Search for objects in the objects store which match the criteria specified in the
SearchResultSizeLimitExceededException - Exception in com.sap.security.api
Title: SearchResultSizeLimitExceededException Description: Exception class used to indicate that a search result has exceeded the size limit This exception may be thrown from search methods, if the result of the search would be too large or if a server side size limit was exceeded.
SearchResultSizeLimitExceededException() - Constructor for exception com.sap.security.api.SearchResultSizeLimitExceededException
Constructs a SearchResultSizeLimitExceededException with null as its error detail message.
SearchResultSizeLimitExceededException(Throwable) - Constructor for exception com.sap.security.api.SearchResultSizeLimitExceededException
 
SearchResultSizeLimitExceededException(String) - Constructor for exception com.sap.security.api.SearchResultSizeLimitExceededException
Constructs a SearchResultSizeLimitExceededException with the specified string as its error detail message.
searchRoles(IRoleSearchFilter) - Method in interface com.sap.security.api.IRoleFactory
Search for roles in the role store and role account store which match the criteria specified in the
searchUsers(IUserSearchFilter) - Method in interface com.sap.security.api.IUserFactory
Search for users in the user store which match the criteria specified in the given filter.
searchUsers(IUserSearchFilter, IUserAccountSearchFilter) - Method in interface com.sap.security.api.IUserFactory
Search for users in the user store and user account store which match the criteria specified in the
SecureConnectionFactory - Class in com.sap.security.core.server.https
This factory class should be used within SAP J2EE Server to create HttpsUrlConnection and SSLSocket instances based on given security credentials (key stores).
SecureConnectionFactory(KeyStore) - Constructor for class com.sap.security.core.server.https.SecureConnectionFactory
Creates a new factory based on given credentials.
SecureConnectionFactory(KeyStore, KeyStore) - Constructor for class com.sap.security.core.server.https.SecureConnectionFactory
Creates a new factory based on given credentials.
SecureConnectionFactory(KeyStore, Object, KeyStore, Object) - Constructor for class com.sap.security.core.server.https.SecureConnectionFactory
Creates a new connection factory based on given credentials.
SecureConnectionFactory(String, String) - Constructor for class com.sap.security.core.server.https.SecureConnectionFactory
Constructor to use within SAP J2EE Server.
SecureConnectionFactory(Certificate[], Object[]) - Constructor for class com.sap.security.core.server.https.SecureConnectionFactory
This constructor is provided because of some special needs of WEBSERVICES Project.
SECURITY_POLICY - Static variable in interface com.sap.security.api.IUserAccount
 
SECURITY_POLICY_TYPE_DEFAULT - Static variable in interface com.sap.security.api.IUserAccount
 
SECURITY_POLICY_TYPE_TECHNICAL - Static variable in interface com.sap.security.api.IUserAccount
 
SECURITY_POLICY_TYPE_UNKNOWN - Static variable in interface com.sap.security.api.IUserAccount
 
Server - Interface in com.sap.security.core.server.vsi.api
Virus Scan Server object.
SERVICEUSER_ATTRIBUTE - Static variable in interface com.sap.security.api.srvUser.IServiceUserFactory
 
SERVICEUSER_NAMESPACE - Static variable in interface com.sap.security.api.srvUser.IServiceUserFactory
 
SERVICEUSER_VALUE - Static variable in interface com.sap.security.api.srvUser.IServiceUserFactory
 
SESSION_ATTRIBUTE - Static variable in interface com.sap.engine.lib.security.http.HttpCallback
 
SET_HEADER - Static variable in interface com.sap.engine.lib.security.http.HttpCallback
 
setAcceptedServerCertificates(String) - Method in interface com.sap.security.core.server.destinations.api.HTTPDestination
Set the accepted server certificates.
setAccessibilityLevel(int) - Method in interface com.sap.security.api.IUserMaint
Set the user's accessibility level used for Screen Reader Support
setActiveContent(boolean) - Method in interface com.sap.security.core.server.vsi.api.Instance
Deprecated. this method has no effect
setAssertionTicketAuthentication() - Method in interface com.sap.security.core.server.destinations.api.HTTPDestination
Set the authentication to SAP Assertion Ticket
setAttribute(String, String, String[]) - Method in interface com.sap.security.api.IPrincipalMaint
Generic method to associate arbitrary text data with a principal.
setAttribute(String, String, String[]) - Method in interface com.sap.security.api.IPrincipalMetaData
Generic method to associate arbitrary text data with a IPrincipalMetaData object.
setAuthenticationMethod(String) - Method in class com.sap.engine.lib.security.Principal
Specifies the authentication method that was used to create this principal.
setAutoUnlockTime(int) - Method in interface com.sap.security.api.ISecurityPolicy
Deprecated.  
setBasicAuthenticationHeader(HttpURLConnection, String, String) - Static method in class com.sap.security.core.server.https.Utils
Adds basic-authentication header to a HttpURLConnection.
setBinaryAttribute(String, String, byte[]) - Method in interface com.sap.security.api.IPrincipalMaint
Generic method to associate arbitrary binary data with a principal.
setBinaryAttribute(String, String, byte[]) - Method in interface com.sap.security.api.IPrincipalMetaData
Generic method to associate arbitrary binary data with a IPrincipalMetaData object.
setCellPhone(String) - Method in interface com.sap.security.api.IUserMaint
Sets the user's default cellphone number.
setCellPhone(String, int, boolean) - Method in interface com.sap.security.api.IUserSearchFilter
Set the cell phone attribute value to match in the user search
setCertificate(X509Certificate) - Method in interface com.sap.security.api.IUserAccountSearchFilter
Sets the certificate attribute value to match in the account search
setCertificateOwners(Collection) - Method in exception com.sap.security.api.CertificateAlreadyInUseException
Stores the owners who already own this certificate.
setCertificates(X509Certificate[]) - Method in interface com.sap.security.api.IUserAccount
Stores the user's certificate and creates a mapping
setCertificates(X509Certificate[]) - Method in class com.sap.security.api.ticket.TicketVerifier
Set a list of X.509 certificates as trusted ticket issuers.
setCertificates(String, char[]) - Method in class com.sap.security.api.ticket.TicketVerifier
Set the Certificates used to verify the Signatures.
setCertLogonRequired(boolean) - Method in interface com.sap.security.api.ISecurityPolicy
Deprecated.  
setCity(String) - Method in interface com.sap.security.api.IUserMaint
Sets the user's city.
setCity(String, int, boolean) - Method in interface com.sap.security.api.IUserSearchFilter
Set the city attribute value to match in the user search
setClient(String) - Method in interface com.sap.security.core.server.destinations.api.HTTPDestination
Sets the Client configured for this destination
setClientCertificateAuthentication(String, String) - Method in interface com.sap.security.core.server.destinations.api.HTTPDestination
Set the authentication to X.509 Client Certificates.
setCompany(String) - Method in interface com.sap.security.api.IUserMaint
Sets the unique ID of the user's company.
setCompany(String, int, boolean) - Method in interface com.sap.security.api.IUserSearchFilter
Set the company attribute value to match in the user search
setCompanyId(String, int, boolean) - Method in interface com.sap.security.api.IUserSearchFilter
Set the company id attribute value to match in the user search
setConnectionHeader(String) - Method in class com.sap.security.core.server.https.SecureConnectionFactory
Sets the value of the "Connection" - header used by the factory.
setCookieLifeTime(int) - Method in interface com.sap.security.api.ISecurityPolicy
Deprecated.  
setCountry(String) - Method in interface com.sap.security.api.IUserMaint
Sets the ISO-3166 two-letter uppercase code of the country where the user lives.
setCountry(String, int, boolean) - Method in interface com.sap.security.api.IUserSearchFilter
Set the ISO-639 country attribute value to match in the user search
setCreateBetween(Date, Date) - Method in interface com.sap.security.api.IUserAccountSearchFilter
Set the dates between the account has been created as attribute value to match in the useraccount search.
setCurrency(String) - Method in interface com.sap.security.api.IUserMaint
Sets the three letter uppercase code of the user's currency, e.g.
setCurrency(String, int, boolean) - Method in interface com.sap.security.api.IUserSearchFilter
Set the currency attribute value to match in the user search
setDefaultConfig() - Method in interface com.sap.security.core.server.vsi.api.Instance
Set or reset the default configuration of a VSA.
setDefaultConfig() - Method in interface com.sap.security.core.server.vsi.api.Provider
Set or reset the default configuration.
setDefaultSSLContext(Object) - Method in class com.sap.security.core.server.https.SecureConnectionFactory
Allows a customizing of SSLClientContext used be the factory.
setDepartment(String) - Method in interface com.sap.security.api.IUserMaint
Sets the user's department.
setDepartment(String, int, boolean) - Method in interface com.sap.security.api.IUserSearchFilter
Set the department attribute value to match in the user search
setDescription(String) - Method in interface com.sap.security.api.IGroup
Sets the description of this principal.
setDescription(String, int, boolean) - Method in interface com.sap.security.api.IGroupSearchFilter
Set the description attribute value to match in the group search
setDescription(String, Locale) - Method in interface com.sap.security.api.IPrincipalMetaData
Sets the description for the given locale.
setDescription(String) - Method in interface com.sap.security.api.IRole
Sets the description of this principal.
setDescription(String, int, boolean) - Method in interface com.sap.security.api.IRoleSearchFilter
Set the description attribute value to match in the role search
setDescription(String, int, boolean) - Method in interface com.sap.security.api.IUserSearchFilter
Set the description attribute value to match in the user search
setDestinationProperties(Properties) - Method in interface com.sap.security.core.server.destinations.api.Destination
 
setDirectChild(String, int, boolean) - Method in interface com.sap.security.api.IPrincipalSearchFilter
Set the id of a direct child to match in the principal search.
setDisplayName(String) - Method in interface com.sap.security.api.IPrincipalMaint
Sets the displayName of this principal.
setDisplayName(String, int, boolean) - Method in interface com.sap.security.api.IPrincipalSearchFilter
Set the displayname attribute value to match in the principal search.
setDisplayName(String) - Method in interface com.sap.security.api.IUserMaint
Sets the user's display name.
setEmail(String) - Method in interface com.sap.security.api.IUserMaint
Sets the user's default email address.
setEmail(String, int, boolean) - Method in interface com.sap.security.api.IUserSearchFilter
Set the email attribute value to match in the user search
setEnforcePolicyAtLogon(boolean) - Method in interface com.sap.security.api.ISecurityPolicy
Sets whether users who have a productive password that doesn't match the security policy settings have to change it during password logon.
setEnforceVerify(boolean) - Method in class com.sap.security.api.ticket.TicketVerifier
If set to true, the Ticket MUST be verfied before the attributes User, System and InfoUnits can be accessed (default=true).
setFailedLogonAttempts(int) - Method in interface com.sap.security.api.IUserAccount
increase the number of failed logon attempts by 1
setFailedLogonAttempts(int) - Method in interface com.sap.security.api.IUserAccountSearchFilter
Set the failed logon attempts required attribute value to match in the useraccount search.
setFailedLogonBetween(Date, Date) - Method in interface com.sap.security.api.IUserAccountSearchFilter
Set the dates between the logon failed as attribute value to match in the useraccount search.
setFax(String) - Method in interface com.sap.security.api.IUserMaint
Sets the user's default fax number.
setFax(String, int, boolean) - Method in interface com.sap.security.api.IUserSearchFilter
Set the fax attribute value to match in the user search
setFirstName(String) - Method in interface com.sap.security.api.IUserMaint
Sets the user's first name.
setFirstName(String, int, boolean) - Method in interface com.sap.security.api.IUserSearchFilter
Set the first name attribute value to match in the user search
setHostnameVerifier(HostnameVerifier) - Method in class com.sap.security.core.server.https.SecureConnectionFactory
Sets the hostname verifier.
If the default verifier doesn't meet the requirements a customised verifier can be used, e.g.
setHostnameVerifier(HttpURLConnection, HostnameVerifier) - Static method in class com.sap.security.core.server.https.Utils
 
setIgnoreServerCertificate(boolean) - Method in class com.sap.security.core.server.https.SecureConnectionFactory
Acitivates/deactivates verification of server certificate.
setIgnoreServerCertificate(HttpURLConnection) - Static method in class com.sap.security.core.server.https.Utils
Skips server certificate verification for given connection.
setIgnoreServerCertificate(Socket) - Static method in class com.sap.security.core.server.https.Utils
Skips server certificate verification for a given socket.
setIgnoreServerCertificates(boolean) - Method in interface com.sap.security.core.server.destinations.api.HTTPDestination
Set if server certificates should be accepted
setImplementationException(Exception) - Method in exception com.sap.security.api.umap.system.ExceptionInImplementationException
Set the original exception thrown by the underlying system landscape implementation.
setJcoProperties(String, String, Properties) - Method in interface com.sap.security.core.server.destinations.api.RFCDestination
Set the properties for a connection
setJcoProperties(String, String, String, Properties) - Method in interface com.sap.security.core.server.destinations.api.RFCDestination
Set the properties for a connection
setJobID(long) - Method in interface com.sap.security.core.server.vsi.api.Instance
Set the JOB identifier.
setJobTitle(String) - Method in interface com.sap.security.api.IUserMaint
Sets the user's job title, e.g.
setJobTitle(String, int, boolean) - Method in interface com.sap.security.api.IUserSearchFilter
Set the job title attribute value to match in the user search
setLanguage(String) - Method in interface com.sap.security.core.server.destinations.api.HTTPDestination
Set the language configured for this destination
setLastFailedLogonDate(Date) - Method in interface com.sap.security.api.IUserAccount
set last logon time
setLastLogoutDate(Date) - Method in interface com.sap.security.api.IUserAccount
set last logout date
setLastName(String) - Method in interface com.sap.security.api.IUserMaint
Sets the user's last name.
setLastName(String, int, boolean) - Method in interface com.sap.security.api.IUserSearchFilter
Set the last name attribute value to match in the user search
setLastSuccessfulLogonDate(Date) - Method in interface com.sap.security.api.IUserAccount
Deprecated.  
setLocale(Locale) - Method in interface com.sap.security.api.IUserMaint
Sets the user's Locale; this determines e.g.
setLocale(Locale, int, boolean) - Method in interface com.sap.security.api.IUserSearchFilter
Set the locale attribute value to match in the user search
setLockAfterInvalidAttempts(int) - Method in interface com.sap.security.api.ISecurityPolicy
Deprecated.  
setLocked(boolean, int) - Method in interface com.sap.security.api.IUserAccount
Sets the locked attribute of the IUserAccount object
setLocked(boolean) - Method in interface com.sap.security.api.IUserAccountSearchFilter
Set the locked attribute value to match in the useraccount search.
setLockReason(int) - Method in interface com.sap.security.api.IUserAccountSearchFilter
Set the lock reason attribute value to match in the useraccount search.
setLoggedInBetween(Date, Date) - Method in interface com.sap.security.api.IUserAccountSearchFilter
Set the dates between the account has been logged in as attribute value to match in the useraccount search.
setLoginModuleHelper(LoginModuleHelper) - Static method in class com.sap.engine.interfaces.security.auth.AbstractLoginModule
Inicialization method that is used only in security service.
setLogonIdLowerCaseRequired(int) - Method in interface com.sap.security.api.ISecurityPolicy
Deprecated.  
setLogonIdMaxLength(int) - Method in interface com.sap.security.api.ISecurityPolicy
Deprecated.  
setLogonIdMinLength(int) - Method in interface com.sap.security.api.ISecurityPolicy
Deprecated.  
setLogonIdNumericDigitsRequired(int) - Method in interface com.sap.security.api.ISecurityPolicy
Deprecated.  
setLogonIdSpecialCharRequired(int) - Method in interface com.sap.security.api.ISecurityPolicy
Deprecated.  
setLogonUid(String, int, boolean) - Method in interface com.sap.security.api.IUserAccountSearchFilter
Set the logonid attribute value to match in the useraccount search
setLogoutBetween(Date, Date) - Method in interface com.sap.security.api.IUserAccountSearchFilter
Set the dates between the account logged out as attribute value to match in the useraccount search.
setMaxSearchResultSize(int) - Method in interface com.sap.security.api.IPrincipalSearchFilter
Set the maxium size of the search result.
setName(String) - Method in class com.sap.engine.lib.security.http.HttpGetterCallback
 
setName(String) - Method in class com.sap.engine.lib.security.http.HttpSetterCallback
 
setName(String) - Method in interface com.sap.security.core.server.destinations.api.Destination
Set the name for this destination
setOldInNewAllowed(boolean) - Method in interface com.sap.security.api.ISecurityPolicy
Deprecated.  
setParameter(Parameter) - Method in interface com.sap.security.core.server.vsi.api.Instance
Set a parameter
setParameter(Parameter) - Method in interface com.sap.security.core.server.vsi.api.Provider
Set a parameter.
setPassword(String) - Method in interface com.sap.security.api.IUserAccount
Changes user password to newpass.
setPassword(String, String) - Method in interface com.sap.security.api.IUserAccount
Changes user password from oldpass to newpass.
setPassword(String) - Method in class com.sap.security.api.logon.WebCallback
Deprecated. Sets the password for logon.
setPassword(char[]) - Method in class com.sap.security.api.logon.WebCallback
Deprecated. Sets the password for logon.
setPasswordAlphaNumericRequired(int) - Method in interface com.sap.security.api.ISecurityPolicy
Deprecated.  
setPasswordChangeAllowed(boolean) - Method in interface com.sap.security.api.ISecurityPolicy
Deprecated.  
setPasswordChangeBetween(Date, Date) - Method in interface com.sap.security.api.IUserAccountSearchFilter
Set the dates between the password has been created as attribute value to match in the useraccount search.
setPasswordChangeRequired(boolean) - Method in interface com.sap.security.api.ISecurityPolicy
Deprecated.  
setPasswordChangeRequired(boolean) - Method in interface com.sap.security.api.IUserAccount
Sets the PasswordChangeRequired attribute of the IUserAccount object.
setPasswordChangeRequired(boolean) - Method in interface com.sap.security.api.IUserAccountSearchFilter
Set the password changed required attribute value to match in the useraccount search.
setPasswordDisabled() - Method in interface com.sap.security.api.IUserAccount
Disables the password.
setPasswordExpiredDays(int) - Method in interface com.sap.security.api.ISecurityPolicy
Deprecated.  
setPasswordHistory(int) - Method in interface com.sap.security.api.ISecurityPolicy
Deprecated.  
setPasswordMaxIdleTime(int) - Method in interface com.sap.security.api.ISecurityPolicy
Deprecated.  
setPasswordMaxLength(int) - Method in interface com.sap.security.api.ISecurityPolicy
Deprecated.  
setPasswordMinLength(int) - Method in interface com.sap.security.api.ISecurityPolicy
Deprecated.  
setPasswordMixCaseRequired(int) - Method in interface com.sap.security.api.ISecurityPolicy
Deprecated.  
setPasswordPasswordLastChangeDateDefault(Date) - Method in interface com.sap.security.api.ISecurityPolicy
Deprecated.  
setPasswordSpecialCharRequired(int) - Method in interface com.sap.security.api.ISecurityPolicy
Deprecated.  
setPasswordSuccessfulCheckDateDefault(Date) - Method in interface com.sap.security.api.ISecurityPolicy
Deprecated.  
setPersonID(String) - Method in interface com.sap.security.api.IUserMaint
Sets the user's personID.
setProxyAuthentication(HttpURLConnection, String, String) - Static method in class com.sap.security.core.server.https.Utils
Adds proxy authentication header to a HttpURLConnection.
setRequest(HttpServletRequest) - Method in class com.sap.security.api.logon.WebCallback
Deprecated. Sets the request.
setResponse(HttpServletResponse) - Method in class com.sap.security.api.logon.WebCallback
Deprecated. Sets the response for this callback.
setSalutation(String) - Method in interface com.sap.security.api.IUserMaint
Sets the user's salutation.
setSalutation(String, int, boolean) - Method in interface com.sap.security.api.IUserSearchFilter
Set the salutation attribute value to match in the user search
setSAPHeaders(IRequest) - Method in interface com.sap.security.core.server.destinations.api.HTTPDestination
Set the SAP specific headers like language and client As they can not be set on the IConnectionTemplate, this method mus be called to set them before making an request
setScanInfo(boolean) - Method in interface com.sap.security.core.server.vsi.api.Instance
 
setSearchAttribute(String, String, String, int, boolean) - Method in interface com.sap.security.api.IPrincipalSearchFilter
Set the value of a attribute to match in the principal search.
setSearchMethod(int) - Method in interface com.sap.security.api.IPrincipalSearchFilter
Set the search method.
setSecurityManager(SecurityManager) - Static method in class com.sap.security.api.UMFactory
Set the security manager that is used to protect the API.
setSID(String) - Method in interface com.sap.security.core.server.destinations.api.HTTPDestination
Set the system identifier configured for this destination
setSSLDebugStream(OutputStream) - Method in class com.sap.security.core.server.https.SecureConnectionFactory
Replicates the debugging outputs to specified output stream.
setSSLDebugStream(HttpURLConnection, OutputStream) - Static method in class com.sap.security.core.server.https.Utils
Replicates the debugging outputs to specified output stream (e.g.
setSSO2Authentication() - Method in interface com.sap.security.core.server.destinations.api.HTTPDestination
Set the authentication to SAP Logon Ticket
setState(String) - Method in interface com.sap.security.api.IUserMaint
Sets the user's state or region.
setState(String, int, boolean) - Method in interface com.sap.security.api.IUserSearchFilter
Set the state attribute value to match in the user search
setStreet(String) - Method in interface com.sap.security.api.IUserMaint
Sets the user's street.
setStreet(String, int, boolean) - Method in interface com.sap.security.api.IUserSearchFilter
Set the street attribute value to match in the user search
setSuccessfulLogonCounts(int) - Method in interface com.sap.security.api.IUserAccount
Deprecated.  
setTelephone(String) - Method in interface com.sap.security.api.IUserMaint
Sets the user's default telephone number.
setTelephone(String, int, boolean) - Method in interface com.sap.security.api.IUserSearchFilter
Set the telephone attribute value to match in the user search
setTicket(String) - Method in class com.sap.security.api.ticket.TicketVerifier
Initialize the Ticket with a base64 encoded String.
setTicket(byte[]) - Method in class com.sap.security.api.ticket.TicketVerifier
Set the raw ticket.
setTimeZone(TimeZone) - Method in interface com.sap.security.api.IUserMaint
Sets the user's time zone.
setTitle(String, Locale) - Method in interface com.sap.security.api.IPrincipalMetaData
Sets the title for the given locale.
setTitle(String) - Method in interface com.sap.security.api.IUserMaint
Sets the user's academic title or title of nobility.
setTitle(String, int, boolean) - Method in interface com.sap.security.api.IUserSearchFilter
Get the title attribute value to match in the user search
setTransientAttribute(String, String, Object) - Method in interface com.sap.security.api.IUser
Generic method to associate arbitrary data with a principal.
setType(byte) - Method in class com.sap.engine.lib.security.http.HttpGetterCallback
 
setType(byte) - Method in class com.sap.engine.lib.security.http.HttpSetterCallback
 
setUniqueName(String, int, boolean) - Method in interface com.sap.security.api.IGroupSearchFilter
Set the uniquename attribute value to match in the group search
setUniqueName(String, int, boolean) - Method in interface com.sap.security.api.IRoleSearchFilter
Set the uniquename attribute value to match in the role search
setUniqueName(String, int, boolean) - Method in interface com.sap.security.api.IUserSearchFilter
Set the unique name attribute value to match in the user search
setUrl(String) - Method in interface com.sap.security.core.server.destinations.api.HTTPDestination
Set the URL
setUseProxyForSocketConnection(boolean) - Method in class com.sap.security.core.server.https.SecureConnectionFactory
Defines whether the SecureConnectionFactory.createSocket(String, int) and SecureConnectionFactory.createSocket(String, int, String[]) methods should determine proxy setting using System properties.
setUser(String) - Method in class com.sap.security.api.logon.WebCallback
Deprecated. Sets the user for this callback.
setUseridInPasswordAllowed(boolean) - Method in interface com.sap.security.api.ISecurityPolicy
Deprecated.  
setUserName(String) - Method in interface com.sap.security.api.ISecurityPolicy
Deprecated.  
setUsernamePassword(String, String) - Method in interface com.sap.security.core.server.destinations.api.HTTPDestination
Sets the authentication method to HTTP basic, and sets the username and the password
setValidFromBetween(Date, Date) - Method in interface com.sap.security.api.IUserAccountSearchFilter
Set the dates between the account is valid from as attribute value to match in the useraccount search.
setValidFromDate(Date) - Method in interface com.sap.security.api.IUserAccount
Sets the ValidFromDate attribute of the IUserAccount object
setValidToBetween(Date, Date) - Method in interface com.sap.security.api.IUserAccountSearchFilter
Set the dates between the account is valid to as attribute value to match in the useraccount search.
setValidToDate(Date) - Method in interface com.sap.security.api.IUserAccount
Sets the ValidToDate attribute of the IUserAccount object
setValue(Object) - Method in class com.sap.engine.lib.security.http.HttpGetterCallback
 
setValue(Object) - Method in class com.sap.engine.lib.security.http.HttpSetterCallback
 
setZip(String) - Method in interface com.sap.security.api.IUserMaint
Sets the zip code of the user's city.
setZip(String, int, boolean) - Method in interface com.sap.security.api.IUserSearchFilter
Set the zip attribute value to match in the user search
SHAKESPEARE - Static variable in interface com.sap.security.core.server.vsi.api.Virus
The SAP internal positive case for a virus scan.
simplePrincipalSearch(String, String, int, boolean, Map) - Method in interface com.sap.security.api.IPrincipalFactory
Search for principals using the default attributes (or combined) which are defined in the UME configuration.
size() - Method in interface com.sap.security.api.ISearchResult
Returns the number of elements in the iteration.
SIZE_LIMIT_EXCEEDED - Static variable in interface com.sap.security.api.ISearchResult
Constant used to define that a size limit exceeded occured
SocketFactory - Interface in com.sap.security.core.server.https
This is an abstract interface for using within a HTTP/WebDAV library developed by SAP DTR team.
SPEC_CHARS_REQUIRED_FOR_LOGONID - Static variable in interface com.sap.security.api.ISecurityPolicy
 
SPEC_CHARS_REQUIRED_FOR_PSWD - Static variable in interface com.sap.security.api.ISecurityPolicy
 
SSO_JCO_LOGON_METHOD - Static variable in interface com.sap.security.api.logon.ILoginConstants
 
SSO_JCO_LOGON_METHOD_TICKET - Static variable in interface com.sap.security.api.logon.ILoginConstants
 
SSO_JCO_LOGON_METHOD_UIDPW - Static variable in interface com.sap.security.api.logon.ILoginConstants
 
SSO_JCO_LOGON_METHOD_X509CERT - Static variable in interface com.sap.security.api.logon.ILoginConstants
 
SSO_JCO_REMOTE_SYSTEM - Static variable in interface com.sap.security.api.logon.ILoginConstants
 
SSOTICKET_ALIAS - Static variable in interface com.sap.security.api.logon.ILoginConstants
 
SSOTICKET_ALLOWED_SERVUSER - Static variable in interface com.sap.security.api.logon.ILoginConstants
 
SSOTICKET_CERTIFICATE_DN - Static variable in interface com.sap.security.api.logon.ILoginConstants
 
SSOTICKET_DOMAIN - Static variable in interface com.sap.security.api.logon.ILoginConstants
 
SSOTICKET_DOMAINRELAXLEVEL - Static variable in interface com.sap.security.api.logon.ILoginConstants
 
SSOTICKET_INCLUDE_CERT - Static variable in interface com.sap.security.api.logon.ILoginConstants
 
SSOTICKET_ISSUER_CLIENT - Static variable in interface com.sap.security.api.logon.ILoginConstants
 
SSOTICKET_ISSUER_NAME - Static variable in interface com.sap.security.api.logon.ILoginConstants
 
SSOTICKET_KEYALIAS - Static variable in interface com.sap.security.api.logon.ILoginConstants
 
SSOTICKET_KEYSTORE - Static variable in interface com.sap.security.api.logon.ILoginConstants
 
SSOTICKET_KEYSTORE_PASSWORD - Static variable in interface com.sap.security.api.logon.ILoginConstants
 
SSOTICKET_KEYSTORE_TYPE - Static variable in interface com.sap.security.api.logon.ILoginConstants
 
SSOTICKET_LIFETIME - Static variable in interface com.sap.security.api.logon.ILoginConstants
 
SSOTICKET_NT_REMOVE_DOMAIN - Static variable in interface com.sap.security.api.logon.ILoginConstants
 
SSOTICKET_PORTALID_MODE - Static variable in interface com.sap.security.api.logon.ILoginConstants
 
SSOTICKET_PURE_JAVA - Static variable in interface com.sap.security.api.logon.ILoginConstants
 
SSOTICKET_R3_ACCESS_FOR_EXT - Static variable in interface com.sap.security.api.logon.ILoginConstants
 
SSOTICKET_R3_USER_IN_CAPITALS - Static variable in interface com.sap.security.api.logon.ILoginConstants
 
SSOTICKET_SECURE - Static variable in interface com.sap.security.api.logon.ILoginConstants
 
SSOTICKET_SERV_TICKETFILE - Static variable in interface com.sap.security.api.logon.ILoginConstants
 
SSOTICKET_SERVUSER_LIFETIME - Static variable in interface com.sap.security.api.logon.ILoginConstants
 
SSOTICKET_STANDALONE - Static variable in interface com.sap.security.api.logon.ILoginConstants
 
SSOTICKET_TRY_R3_USER - Static variable in interface com.sap.security.api.logon.ILoginConstants
 
SSOTICKET_USER_ATTRIBUTE - Static variable in interface com.sap.security.api.logon.ILoginConstants
 
SSOTICKET_USER_ATTRIBUTE_PURE - Static variable in interface com.sap.security.api.logon.ILoginConstants
 
state - Variable in class com.sap.security.api.ticket.TicketVerifier
State of the Ticket.
STATE_INITIALIZED - Static variable in class com.sap.security.api.ticket.TicketVerifier
 
STATE_START - Static variable in class com.sap.security.api.ticket.TicketVerifier
 
STATE_VERIFIED - Static variable in class com.sap.security.api.ticket.TicketVerifier
 
storeDestination(String, Destination) - Method in interface com.sap.security.core.server.destinations.api.DestinationService
Add a destination of a given destination type The destination must not yet exist.
storeLogonData(Map) - Method in interface com.sap.security.api.umap.IUserMappingData
Deprecated. Please use IUserMappingData.saveLogonData(Map) instead which supports more differentiated exception handling.

Store logon data for a specific user and backend system.

Please consider calling IUserMappingData.isReadOnly() before to make sure this user mapping entry can be (over)written.

STRING_TYPE - Static variable in interface com.sap.security.api.IPrincipal
Constant used for attribute string type

SAP NetWeaver 7.1 Composition Environment
A B C D E F G H I J K L M N O P R S T U V W X _
Copyright © 2007 by SAP AG. All Rights Reserved.
SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary.

These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies ("SAP Group") for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.